Jan 1, 2014 at 4:41am UTC
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 Jan 1, 2014 at 6:56am UTC
Jan 1, 2014 at 5:08am UTC
oh my goodness this is exactly what im looking for. git had me so confused
Jan 1, 2014 at 3:27pm UTC
Now that looks more intuitive than a dusty old tome with MANPAGES printed on the cover.
Jan 2, 2014 at 4:57am UTC
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.
Jan 2, 2014 at 5:18am UTC
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.