Here is a fantastic Git repository branching workflow. I've used this workflow in a few of our company projects. Once you read the article you will understand the first graph, and it is actually so simple, yet very functional. It is now very easy for us to manage multiple ongoing development/feature branches, stable branches and hotfix branches.

Here is a fantastic Git repository branching workflow. I've used this workflow in a few of our company projects. Once you read the article you will understand the first graph, and it is actually so simple, yet very functional. It is now very easy for us to manage multiple ongoing development/feature branches, stable branches and hotfix branches.

I just thought I would share this gem, and others might find it as useful as I did.
http://nvie.com/posts/a-successful-git-branching-model/

Comments

  1. It's a good model and SourceTree supports it "out of the box".  See my other post made today in the Third Party category regarding   SourceTree.

    ReplyDelete
  2. Yeah, the -flow branching model looks really, really good.  There's a mercurial version available at https://bitbucket.org/yinwm/hgflow

    ReplyDelete

Post a Comment