Selaa lähdekoodia

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

Borek Bernard 6 vuotta sitten
vanhempi
commit
9225a7b2d5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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`