mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 21:35:41 +02:00
git-merge: add --abort
This commit is contained in:
parent
ade42815d7
commit
bade4c7c03
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
||||||
- Merge a branch and create a merge commit:
|
- Merge a branch and create a merge commit:
|
||||||
|
|
||||||
`git merge --no-ff {{branch_name}}`
|
`git merge --no-ff {{branch_name}}`
|
||||||
|
|
||||||
|
- Abort merge:
|
||||||
|
|
||||||
|
`git merge --abort`
|
||||||
|
|
Loading…
Add table
Reference in a new issue