Aussi un point sur lequel nous devrions nous accorder : acceptes-tu d’adopter la méthode git flow ?
C’est très facile à installer (sudo apt-get install git-flow
sur Debian) et utiliser et permet de bien cadrer les actions git :
git flow init
Which branch should be used for bringing forth production releases?
- 1.6
- 1.7
- dev
- master
Branch name for production releases: [master]
Which branch should be used for integration of the "next release"?
- 1.6
- 1.7
- dev
- master
Branch name for "next release" development: [dev] dev
How to name your supporting branch prefixes?
Feature branches? [feature/]
Bugfix branches? [bugfix/]
Release branches? [release/]
Hotfix branches? [hotfix/]
Support branches? [support/]
Version tag prefix? []
Hooks and filters directory? [/home/cgeek/dev/duniter/.git/hooks]
Je suis devenu fan et plus productif avec cet outillage.