git merge
Merge a branch into current branch
BranchingSyntax
git merge <branch>
Examples
git merge feature/login— merge feature/logingit merge --no-ff develop— merge --no-ff develop
Common flags & options
- •--no-ff Always create merge commit
- •--squash Squash into one commit