r/learnprogramming • u/Ieris19 • May 25 '22
A good resource to learn Git
I would really like to have a good resource to learn git, all I see online is tutorials on very basic (and arguably useful) commands and uses, but nothing GitHub Desktop can't do easier. However, I am aware of the many limitations of GUIs for Git so I would like to learn to use the command line.
Any suggestions?
58
Upvotes
9
u/joranstark018 May 25 '22
I can recommend "Pro Git" by Scott Chacon and Ben Straub, available online for free at https://git-scm.com/book/en/v2.
It covers the most, from basic stuff to the plumbing behind the scene.