9 years ago
9
Learn Git Branching
Interactive git tutorial that exposes user to entering git commands in a terminal and seeing the changes to the repository in a visual manner. Each of the 30 levels explain the concept being shown and instruct the user on how to accomplish the goals
Continue Reading http://pcottle.github.io
Join the Discussion
Oh, I love that site. Its what helped me actually learn how to do things on git rather than just looking it up online whenever it was something besides commiting,
[This comment was removed]
This is awesome. Now I just need to find an open source project to work on..
You don't even need that! I use git for so many things; notes, pictures, passwords - loads of stuff.
With a simple remote server set up, it serves as my dropbox.
Thanks for this, It's cleared up a few misconceptions I was having about git branching.