File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 33 Perform the merge and commit the result. This option can
44 be used to override --no-commit.
55+
6- With --no-commit perform the merge but pretend the merge
7- failed and do not autocommit, to give the user a chance to
8- inspect and further tweak the merge result before committing.
6+ With --no-commit perform the merge and stop just before creating
7+ a merge commit, to give the user a chance to inspect and further
8+ tweak the merge result before committing.
9+ +
10+ Note that fast-forward updates do not create a merge commit and
11+ therefore there is no way to stop those merges with --no-commit.
12+ Thus, if you want to ensure your branch is not changed or updated
13+ by the merge command, use --no-ff with --no-commit.
914
1015--edit::
1116-e::
You can’t perform that action at this time.
0 commit comments