Courtesy of SubtleGradient, sane instructions on how to install Git documentation.
curl -O http://kernel.org/pub/software/scm/git/git-manpages-1.5.4.2.tar.bz2
sudo tar xjv -C /usr/local/share/man -f git-manpages-1.5.4.2.tar.bz2
Courtesy of SubtleGradient, sane instructions on how to install Git documentation.
curl -O http://kernel.org/pub/software/scm/git/git-manpages-1.5.4.2.tar.bz2
sudo tar xjv -C /usr/local/share/man -f git-manpages-1.5.4.2.tar.bz2
Amp is unlike any other VCS software to date. Amp's novel command system gives you the flexibility to customize and personalize the way you develop software. Create in your own workspace with full Mercurial compatibility, and no external dependencies.
Scot Chacon's book on Git
Interesting discussion of OS design and the problems posed by the creation of new documents. Bonus: an elegant solution for OS X users.
Nice explanation of the fundamental principles of Git.
Post a Comment