Git Automation - Default Branches -
i'm trying setup 'global defaults' when our team gets started on new projects. ideally i'd configure sort of script accomplish following:
- new repository created -> automatically create specific branches (i.e. develop/release/hotfix/feature/etc.)
is possible within git or should done using shell?
it might worth looking @ git flow. git flow init
command that.
https://github.com/nvie/gitflow
you might interested in using git flow directly rather looking @ how it, in case i'd recommend reading intro it,
http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/
Comments
Post a Comment