February 22, 2013
Additional Git Links
estimated reading time: 0 minutes and 57 seconds.
When I last wrote about Git, I purposefully didn’t include an overwhelming amount of links because it would have been, well, overwhelming. In reality, there are a plethora of great resources to turn to to learn more about git, some of which have been developed quite recently. I want to highlight just a few more of them here.
Git Immersion is an excellent tutorial for Git. I would recommend it as a fantastic next step for anyone who’s first exposure to Git was my last post.
Gitbox is a Mac OS X app that manages Git repositories. It’s free for one repository and $20 on the App Store if you want to manage more than one repository.
Randal Schwartz’s Git Tech Talk is a solid introduction to some of the plumbing and the porcelain related to Git.
Peter Cottle’s excellent introduction to Git Branching is definitely
worth a visit for folks not sure about the difference between git reset
and
git revert
.