Hacker News new | ask | show | jobs
by jere_jones 5617 days ago
With the addition of the git-flow plugin, git has taken over for my personal projects. The branching model works for me and the plugin makes using that branching model extremely easy.

Link to explanation of branching model: http://nvie.com/posts/a-successful-git-branching-model/

Link to git-flow plugin: https://github.com/nvie/gitflow

Link to video intro for git-flow: http://vimeo.com/16018419