Official documentation
http://www.kernel.org/pub/software/scm/git/docs/
http://schacon.github.com/git/
http://www.kernel.org/pub/software/scm/git/docs/
man pages
user manual
Everyday GIT With 20 Commands Or So
howtos
/technical/
API documents
Git book
wiki
Special:AllPages
Category:GitDocumentation
20 most important commands
There's a lot of different commands. If you're feeling overwhelmed,
just pay attention to these
:
git config
git log
git init
git add
git grep
git commit
git clone
gitk
git fetch
git merge
git branch
git blame
git rebase
git show
git diff
Highly polished third-party documentation
Pro Git
book, published by Apress
gitref.org
Git Magic
more
Newbie documentation
git - the simple guide
git tutorial(7)
git tutorial-2(7)
git glossary(7)
git workflows(7)
git URLs
More advanced documentation
365git.tumblr.com
Git Tricks for Clean Histories
Git for computer scientists
Git from the bottom up
(
summary
)
Become a Git junkie