Browse Source

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

Borek Bernard 6 năm trước cách đây
mục cha
commit
9225a7b2d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/common/git-merge.md

+ 1 - 1
pages/common/git-merge.md

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