Browse Source

git-merge: add --no-ff example

Include an example and brief description of the --no-ff option
Dillon Flamand 7 years ago
parent
commit
4bd7a1da17
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/git-merge.md

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

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