Merge Strategies
Branch Policies
Configure protected branches at Git
Rebase topic branch before Squash merge into main
Advantage of Squash and Merge
Squash and Merge
Follow the code standards
Peer code reviews
Naming Branches
Look for CONTRIBUTING.md
feature/*
fix/*
Branching Model
Trunk-based development
Short-lived branches
Make use of Squash and Merge
Commit Message
Follow this format:
Example:
Last updated