-
Notifications
You must be signed in to change notification settings - Fork 3
How to git
Sören Schröder edited this page Nov 21, 2016
·
2 revisions
In this project we use git flow1. So for everything we do there should be an issue that we can reference in our feature branch. The feature should have this naming convention: #ISSUENUMBER_title_of_the_issue
Commit should be kept as atomic as possible. The last commit message in a feature branch should contain a "KEYWORD #ISSUE" part 2 to automatically close the issue when it is merged to master branch.
Pull Request should always have the developer branch as base branch. If not change it before merge them.