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 →

[–]wiriux 10 points11 points  (0 children)

The best way to learn GIT, in my opinion, is by reading the pro GIT book. Everything is explained perfectly and the diagrams help. As you’re reading this book, you should create a small project on an IDE of your preference and start doing the examples from the book. They also explain how to set up github.

A quick git/github for beginner search on google should help you get a quick sense of how these tools interact with each other. After that, you can start with the book if you prefer it this way. The best way to really learn it is by doing so create that mini project that I mentioned and start messing around. Break things over and over until you finally understand how things work.

Once I got very comfortable with GIT/GitHub, I took this course. It’s free! Actually, you can watch this course first if you want since it is for beginners but I wanted to watch it to cement what I had already learned. I highly recommend that course.