Branching strategy
The general approach to branching used within the organisation.
Inherits the process from https://nvie.com/posts/a-successful-git-branching-model/
🌞 Good branch names:
nice-kebab-cased-titlesfixes-footer-links4411290-setup-state-management-integrationfeature/new-designhotfix/db-connectionrelease-1.2.3
⛈ Bad branch names:
patch-1- not enough contextcamelCasedBranchNames- camelcasePascalCasedBranchNames- pascal caselong-titles-above-80-chars-{.....}- too long#58/something- shell understands it as comment
Branching model
Merges
Last updated
Was this helpful?