split git commands
This commit is contained in:
11
pages/common/git-merge.md
Normal file
11
pages/common/git-merge.md
Normal file
@@ -0,0 +1,11 @@
|
||||
#git merge
|
||||
|
||||
> Merge branches
|
||||
|
||||
- Merge a branch with your current branch
|
||||
|
||||
`git merge {{BRANCH-NAME}}`
|
||||
|
||||
- Edit the merge message
|
||||
|
||||
`git merge -e {{BRANCH-NAME}}`
|
Reference in New Issue
Block a user