-
Notifications
You must be signed in to change notification settings - Fork 0
Git Commit Guidelines
Tobias Schmidt edited this page Feb 21, 2020
·
1 revision
- commit messages: https://chris.beams.io/posts/git-commit/ (Kleinbuchstabe am Anfang)
- keine merge bubbles: https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase
git pull --rebase
https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow
- feature branches mit feature/
- dev branch heißt development - feature branches nur in dev mergen sobald feature fertig
- master branch enthält nur stabile zustände, immer nur von dev mit --no-ff committen