Hacker News new | ask | show | jobs
by ilikepi 1758 days ago
In a literal sense, sure, git _the tool_ doesn't do much, though I think this is slowly improving as it evolves. For example, there is an experimental `git switch` command[1] under development to provide a simpler interface for changing branches. For me, the biggest leap in developing my own mental model was reading Scott Chacon's book Pro Git, and that is now available online for free on the official Git website[2].

[1]: http://git-scm.com/docs/git-switch

[2]: http://git-scm.com/book/en/v2