Преглед на файлове

git-merge: add --no-ff example

Include an example and brief description of the --no-ff option
Dillon Flamand преди 7 години
родител
ревизия
4bd7a1da17
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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}}`