Forráskód Böngészése

git-merge: add --no-ff example

Include an example and brief description of the --no-ff option
Dillon Flamand 7 éve
szülő
commit
4bd7a1da17
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      pages/common/git-merge.md

+ 4 - 0
pages/common/git-merge.md

@@ -9,3 +9,7 @@
 - Edit the merge message:
 
 `git merge -e {{branch_name}}`
+
+- Merge a branch and create a merge commit:
+
+`git merge --no-ff {{branch_name}}`