|
|
|
|
|
by carstenhag
2432 days ago
|
|
We do this, and I don't find it that bad: The branch is called feature/<Ticket ID>-<short-description> The commits contain usual commit messages. When merging, changes are quashed. The final commit message is similar to the branch name and includes the ticket and a short description, which is similar to the mentioned pattern (bump/add/change/whatever). |
|