File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ SYNOPSIS
13
13
[-s <strategy>] [-X <strategy-option>] [-S[<keyid>]]
14
14
[--[no-]allow-unrelated-histories]
15
15
[--[no-]rerere-autoupdate] [-m <msg>] [-F <file>] [<commit>...]
16
- 'git merge' --abort
17
- 'git merge' --continue
16
+ 'git merge' (--continue | --abort | --quit)
18
17
19
18
DESCRIPTION
20
19
-----------
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SYNOPSIS
12
12
[--onto <newbase> | --keep-base] [<upstream> [<branch>]]
13
13
'git rebase' [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>]
14
14
--root [<branch>]
15
- 'git rebase' --continue | --skip | --abort | --quit | --edit-todo | --show-current-patch
15
+ 'git rebase' ( --continue | --skip | --abort | --quit | --edit-todo | --show-current-patch)
16
16
17
17
DESCRIPTION
18
18
-----------
You can’t perform that action at this time.
0 commit comments