1
0
Fork 0
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:
Dillon Flamand 2018-04-02 16:59:41 -07:00 committed by Agniva De Sarker
parent 4aa6a324be
commit 4bd7a1da17

View file

@ -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}}`