Hi, Also anyone want to explain why this doesn't mention pull -rebase anywhere? http://nvie.com/posts/a-successful-git-branching-model/
Also on the bug fix issue to branch or not branch (from the author of gitflow): "A rule of thumb would be that if you need more than one commit for a change, you should do it on a feature branch, otherwise commit it directly on develop." https://github.com/nvie/gitflow/issues/24 Thanks Justin