Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. git flow init -d
  2.  
  3. Which branch should be used for bringing forth production releases?
  4. - develop
  5. - master
  6. Branch name for production releases: [master]
  7.  
  8. Which branch should be used for integration of the "next release"?
  9. - develop
  10. Branch name for "next release" development: [develop]
  11.  
  12. How to name your supporting branch prefixes?
  13. Feature branches? []
  14. Bugfix branches? []
  15. Release branches? []
  16. Hotfix branches? []
  17. Support branches? []
  18. Version tag prefix? []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement