Github Comic - The Amazing Robopatchers
"GitHub Education helps students, teachers, and schools access the tools and events they need to shape the next generation of software development."
Read more...
Виртуальная песочница (тм)
Github Comic - The Amazing Robopatchers
"GitHub Education helps students, teachers, and schools access the tools and events they need to shape the next generation of software development."
Read more...
dmytrostriletskyi: Пулл реквесты должны иметь повелительное наклонение.
KvanTTT: Вот кстати меня всегда интересовал вопрос. Я обычно коммит-сообщения пишу в прошедшем времени, что было пофикшено: "Исправлен баг". Но также много встречал и в настоящем, в том числе и в этой статье: "Исправление бага". Как все же правильней?
vedenin1980: Я встречал в настоящем, в прошлом и будущем (если тикеты), более того бывает вместо глаголов просто существительные, бывает народ не парится и пишет по-разному. На самом деле, это как код стайл языка в одном языка записывают переменную как catInterface, в другом как cat_interface, в третьем СatInterface и т.д. Какой правильный? Все они правильные, это спор табов против пробелов, какие правила на проекте/команде/языке приняты — так и правильнее. ИМХО.
pesh1983: Вот тут отличный пост про это с доходчивым объяснением, зачем и почему chris.beams.io/posts/git-commit
Microsoft Windows [Version 10.0.10240] (c) 2015 Microsoft Corporation. All rights reserved. C:\xyz>git --version git version 2.10.0.windows.1 C:\xyz>git clone -v https://username@hostname.domainname.com/scm/git/superproject Cloning into 'superproject'... fatal: remote error: Invalid username or password.
Вышло второе дополненное издание Pro Git, 2nd Edition (2014)
"The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license."
Summary
1. Install Git
2. Use the following commands:
git init git config user.name Alex git config user.email alex201212012120@mailforspam.com git config core.editor "'C:/Programs/NotePadPlusPlus622min/notepad++.exe' -multiInst -notabbar -nosession -noPlugin" git add *.* git commit -m "Commit message" git status git log git remote add my-bitbucket-repo-via-https https://bitbucket.org/username/repositoryname git remote -v
git push --help
git push my-bitbucket-repo-via-https master
"The entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license."
Direct download link: Git-1.8.0-preview20121022.exe (14Mb)
Git for Windows download page: www.git-scm.com/download/win
Git for Windows home page: msysgit.github.com
Read more...
[URL]
"Linus Torvalds visits Google to share his thoughts on git, the source control management system he created two years ago." [May 14, 2007]
Read more...