## Avoid merge commits on master ``` [branch "master"] rebase = true mergeoptions = --ff-only ```
npm install semantic-ci
[branch "master"]
rebase = true
mergeoptions = --ff-only
`Avoid git flow tags
`git config gitflow.hotfix.finish.notag true``