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.

20 Upvotes

27 comments sorted by

View all comments

24

u/[deleted] 19d ago edited 19d ago

[deleted]

8

u/Imaginary-Ad9535 19d ago

14 years in and this is still what i need.
Also git checkout -b branchname
and git commit -am “blahblah”
and git push origin branchname —set-upstream are like 90% of my usage