You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The COmanage Project has adopted a modified version of git-flow as its branch management strategy. In short, the differences are

  1. There are no Release branches.
  2. Feature branches (topic branches) should be named for the corresponding JIRA issue (eg: co500).

Another way to look at it is this is a modified version of GitHub Flow, but with a develop branch to share changes before pushing to master.

References

  • No labels