I spent the morning reading about and playing around with Git.
Git, like the Macbook, is a big leap in efficiency for me. In the past when I wanted to make experimental changes in my applications I would use a combination of commenting and Save As to test and revert as required. Additionally, my project directories are littered with compressed zip folders containing snapshots at different points in time.
Git changes all that. I’m not entirely fluent with it yet, but I’m getting there.
Here are three resources which I recommend to anyone wanting to learn.
I’d do it in this order too. I started off with the Peepcode tutorial, but he used some terminology that I wasn’t familiar with at first. After reading through the first two tutorials I was able to easily follow along with the screencast.