-
Notifications
You must be signed in to change notification settings - Fork 25
Branches
Antoine Filipovic Pierucci edited this page Aug 31, 2016
·
8 revisions
heemod
branches follow the git flow branching model. Everything is explained here. Consider using the git-flow
extension, described here.
In practice, if you want to fix a bug or add a feature:
- If you don't have write access to the repository, do a pull request.
If you have write access:
- Create an issue on the topic on Github.
- Create a
feature
orbugfix
branch withgit-flow
. - Call if
issue_*
where*
is the ID of the issue you just created. - Do your stuff.