Merge branch 'pw/doc-synopsis-markup-opmode-options'
Docfix. * pw/doc-synopsis-markup-opmode-options: show --continue/skip etc. consistently in synopsis
This commit is contained in:
@ -13,8 +13,7 @@ SYNOPSIS
|
|||||||
[-s <strategy>] [-X <strategy-option>] [-S[<keyid>]]
|
[-s <strategy>] [-X <strategy-option>] [-S[<keyid>]]
|
||||||
[--[no-]allow-unrelated-histories]
|
[--[no-]allow-unrelated-histories]
|
||||||
[--[no-]rerere-autoupdate] [-m <msg>] [-F <file>] [<commit>...]
|
[--[no-]rerere-autoupdate] [-m <msg>] [-F <file>] [<commit>...]
|
||||||
'git merge' --abort
|
'git merge' (--continue | --abort | --quit)
|
||||||
'git merge' --continue
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
@ -12,7 +12,7 @@ SYNOPSIS
|
|||||||
[<upstream> [<branch>]]
|
[<upstream> [<branch>]]
|
||||||
'git rebase' [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>]
|
'git rebase' [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>]
|
||||||
--root [<branch>]
|
--root [<branch>]
|
||||||
'git rebase' --continue | --skip | --abort | --quit | --edit-todo | --show-current-patch
|
'git rebase' (--continue | --skip | --abort | --quit | --edit-todo | --show-current-patch)
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
Reference in New Issue
Block a user