3.6 Further Git documentation resources
- In-depth tutorials: http://git-scm.com/documentation
- Book about Git: Pro Git
- GitLab user documentation: https://docs.gitlab.com/ee/user/index.html
- Github help: http://help.github.com/ (very highly recommended by Graham)
Finally, please remember to read the man page of every Git command you will find in this manual in case you want to discover alternate methods or just understand how it works. The man pages can also be read online.