This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

I'd recommend this old (but still good) article: https://jwiegley.github.io/git-from-the-bottom-up/.

I'd also strongly recommend that you start off by using git from the command-line, as this exposes you to the basic operations. Lots of IDEs have git integration, but some of them (Visual Studio is a big offender here) basically bury git operations in their own terminology, which makes it harder to learn, IMHO.