tldr/pages/common/git-merge.md

12 lines
160 B
Markdown
Raw Normal View History

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