mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
git-merge: --abort mentions that it's for situations with conflicts
This commit is contained in:
parent
bade4c7c03
commit
9225a7b2d5
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
|||
|
||||
`git merge --no-ff {{branch_name}}`
|
||||
|
||||
- Abort merge:
|
||||
- Abort a merge in case of conflicts:
|
||||
|
||||
`git merge --abort`
|
||||
|
|
Loading…
Add table
Reference in a new issue