tldr/pages/common/git-merge.md

11 lines
158 B
Markdown
Raw Normal View History

2014-03-09 12:20:13 +00:00
#git merge
> Merge branches
- Merge a branch with your current branch
`git merge {{BRANCH-NAME}}`
- Edit the merge message
`git merge -e {{BRANCH-NAME}}`