Learn Git Branching

So maybe you're trying to get into source code version control, but branches, merges, and remotes confuse you.

Be confused no more! I've discovered this teaching tool that's like a game:
http://pcottle.github.io/learnGitBranching/?demo

If you go through all the levels, you'll learn everything you need to know and more. Make it a new years resolution!

This advertisement sponsored by nobody unincorporated.
Last edited on
closed account (Dy7SLyTq)
oh my goodness this is exactly what im looking for. git had me so confused
closed account (3hM2Nwbp)
Now that looks more intuitive than a dusty old tome with MANPAGES printed on the cover.
I didn't find it all that hard to understand at first...

However, the more advanced commands (like rolling back to a previous commit) haven't been my strong points... I'll check it out!

:)

Thanks.
Nice resource! When I first worked with git, I figured out how to do the basic operations and such after a bit of reading, but this would have been really helpful in making sure I understood what each one actually did. Really cool.
Topic archived. No new replies allowed.