Difference between revisions of "Version Control"
From Hod's Personal Wiki
(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/...") |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | http://www.joelonsoftware.com/items/2010/03/17.html | + | [http://www.joelonsoftware.com/items/2010/03/17.html Joel on Software - distributed version control] |
− | http:// | + | [http://book.git-scm.com/index.html The Git Community Book] |
− | + | https://git.wiki.kernel.org/ | |
http://progit.org/book/ | http://progit.org/book/ | ||
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://gitready.com/ git ready - tips and resources] | ||
+ | |||
+ | 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/ | ||
+ | |||
+ | 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 |
Latest revision as of 12:09, 30 November 2011
Joel on Software - distributed version control
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
git ready - tips and resources
http://blog.ezyang.com/2010/01/advanced-git-merge/
http://kerneltrap.org/mailarchive/git/2008/9/18/3338384
http://help.github.com/remotes/
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