Skip to content

How to git

Sören Schröder edited this page Nov 21, 2016 · 2 revisions

The Flow

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

Commits

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 Requests

Pull Request should always have the developer branch as base branch. If not change it before merge them.

Clone this wiki locally