Live data from Hacker News

Show HN: Think Like (a) Git, a quasi-tutorial

think-like-a-git.net

1–10 of 10 posts

Re: Show HN: Think Like (a) Git, a quasi-tutorial

#2
Site author here. I welcome all feedback on the site!

[There's more I'd love to write, but I found I was losing motivation to work on it in my Copious Spare Time(tm), so I thought I'd try promoting it -- knowing that others are paying attention to it will help me keep mine focused on it too.]

Re: Show HN: Think Like (a) Git, a quasi-tutorial

#4
I tried to learn git a few times and could never quite grok it. I think I just suck at learning by reading. I mean, I was able to do basic (non-branching) source control by just following simple tutorials, but I never understood what was going on. Then I ran across "A Visual Git Reference". Changed my life.

http://marklodato.github.com/visual-git-guide/index-en.html

Re: Show HN: Think Like (a) Git, a quasi-tutorial

#5
post #4

I tried to learn git a few times and could never quite grok it. I think I just suck at learning by reading. I mean, I was able to do basic (non-branching) source control by just following simple tutorials, but I never understood what was going on. Then I ran across "A Visual Git Reference". Changed my life. http://marklodato.github.com/visual-git-guide/index-en.html

Sweet! I'll add that to the resources page.