File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,18 @@ inspect and further tweak the merge result before committing.
13
13
edit the default merge message.
14
14
15
15
--ff::
16
+ When the merge resolves as a fast-forward, only update the branch
17
+ pointer, without creating a merge commit. This is the default
18
+ behavior.
19
+
16
20
--no-ff::
17
- Do not generate a merge commit if the merge resolved as
18
- a fast-forward, only update the branch pointer. This is
19
- the default behavior of git-merge.
20
- +
21
- With --no-ff Generate a merge commit even if the merge
22
- resolved as a fast-forward.
21
+ Create a merge commit even when the merge resolves as a
22
+ fast-forward.
23
+
24
+ --ff-only::
25
+ Refuse to merge and exit with a non-zero status unless the
26
+ current `HEAD` is already up-to-date or the merge can be
27
+ resolved as a fast-forward.
23
28
24
29
--log[=<n>]::
25
30
--no-log::
@@ -54,11 +59,6 @@ merge.
54
59
With --no-squash perform the merge and commit the result. This
55
60
option can be used to override --squash.
56
61
57
- --ff-only::
58
- Refuse to merge and exit with a non-zero status unless the
59
- current `HEAD` is already up-to-date or the merge can be
60
- resolved as a fast-forward.
61
-
62
62
-s <strategy>::
63
63
--strategy=<strategy>::
64
64
Use the given merge strategy; can be supplied more than
You can’t perform that action at this time.
0 commit comments