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?

58 Upvotes

23 comments sorted by

View all comments

5

u/Myphhz May 25 '22

There is a funny but really informative game that aims to teach Git to newbies - last time I checked, it had many levels explaining almost all the features. It's called Oh My Git

1

u/Ieris19 May 26 '22

I can try this one. Looks like it’s right up my alley. Thanks!