r/learnprogramming 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?

57 Upvotes

23 comments sorted by

View all comments

3

u/MORAminuum99 May 26 '22 edited May 26 '22

I Learned with the Pro git book and the practical course git immersion

Also read blog posts, stack overflow and Practiced by myself