Ver Fonte

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

Borek Bernard há 6 anos atrás
pai
commit
9225a7b2d5
1 ficheiros alterados com 1 adições e 1 exclusões
  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`