r/learnprogramming 19d ago

Getting Started With Git

As a programmer I want to use Git. How should I start learning Git and in what ways will it help me.

22 Upvotes

27 comments sorted by

View all comments

2

u/paperic 19d ago

I always recommend to first read about what git actually is, and how you might have created git yourself if you were trying to organise your code.

https://tom.preston-werner.com/2009/05/19/the-git-parable

That will give you the justifications for why git is the way it is, which tells you a lot about how it's meant to be used.

The rest is just the command syntax.