Git Resources

On this page, you will find several good resources for Git on the internet. If you are not familiar with all the concepts and need a good place to start, try to read the "Pro Git" book as it covers many aspects of Git.

Add your found links on the internet on this page so others will have the same information by hand.

Git books and documentations

  • The book "Pro Git" provides a very good in-depth information about Git. The author provides this book for free here
  • The community of Git also provides a documentation. This documentation can be found here

Git tips

Git cheat sheets

  • A good cheat sheet can be found here
  • Another more advanced one can be taken from here
  • A text-based one where you can copy commands directly can be found on GitHub
  • Another very good text-based one on errtheblog

Git Tutorials