mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:15:29 +02:00
git-merge: add --no-ff example
Include an example and brief description of the --no-ff option
This commit is contained in:
parent
4aa6a324be
commit
4bd7a1da17
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue