Difference between revisions of "Version Control"
(Created page with "http://www.joelonsoftware.com/items/2010/03/17.html http://www.kernel.org/pub/software/scm/git/docs/user-manual.html http://book.git-scm.com/index.html http://progit.org/book/...") |
|||
Line 8: | Line 8: | ||
http://jonas.nitro.dk/git/quick-reference.html | http://jonas.nitro.dk/git/quick-reference.html | ||
+ | |||
+ | http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html | ||
+ | |||
+ | http://stackoverflow.com/questions/347901/what-are-your-favorite-git-features-or-tricks | ||
+ | |||
+ | http://plasmasturm.org/log/gitidxpraise/ | ||
+ | |||
+ | http://eagain.net/gitweb/?p=gitosis.git;a=blob;f=README.rst | ||
+ | |||
+ | http://gitready.com/beginner/2009/03/09/remote-tracking-branches.html | ||
+ | |||
+ | http://blog.ezyang.com/2010/01/advanced-git-merge/ | ||
+ | |||
+ | http://kerneltrap.org/mailarchive/git/2008/9/18/3338384 | ||
+ | |||
+ | http://stackoverflow.com/questions/231211/using-git-how-do-i-find-modified-files-between-local-and-remote | ||
+ | |||
+ | http://help.github.com/remotes/ | ||
+ | |||
+ | https://git.wiki.kernel.org/index.php/GitFaq | ||
+ | |||
+ | http://blog.madism.org/index.php/2007/09/09/138-git-awsome-ness-git-rebase-interactive | ||
+ | |||
+ | http://www.catb.org/esr/writings/version-control/version-control.html | ||
+ | |||
+ | http://cheat.errtheblog.com/s/git | ||
+ | |||
+ | http://www.kernel.org/pub/software/scm/git/docs/index.html |
Revision as of 09:19, 28 September 2011
http://www.joelonsoftware.com/items/2010/03/17.html
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
http://book.git-scm.com/index.html
http://jonas.nitro.dk/git/quick-reference.html
http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html
http://stackoverflow.com/questions/347901/what-are-your-favorite-git-features-or-tricks
http://plasmasturm.org/log/gitidxpraise/
http://eagain.net/gitweb/?p=gitosis.git;a=blob;f=README.rst
http://gitready.com/beginner/2009/03/09/remote-tracking-branches.html
http://blog.ezyang.com/2010/01/advanced-git-merge/
http://kerneltrap.org/mailarchive/git/2008/9/18/3338384
http://help.github.com/remotes/
https://git.wiki.kernel.org/index.php/GitFaq
http://blog.madism.org/index.php/2007/09/09/138-git-awsome-ness-git-rebase-interactive
http://www.catb.org/esr/writings/version-control/version-control.html