1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 14:55:56 +02:00

git-merge: --abort mentions that it's for situations with conflicts

This commit is contained in:
Borek Bernard 2018-07-19 09:57:28 +02:00 committed by Agniva De Sarker
parent bade4c7c03
commit 9225a7b2d5

View file

@ -14,6 +14,6 @@
`git merge --no-ff {{branch_name}}`
- Abort merge:
- Abort a merge in case of conflicts:
`git merge --abort`