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
1313 [-s <strategy>] [-X <strategy-option>] [-S[<keyid>]]
1414 [--[no-]allow-unrelated-histories]
1515 [--[no-]rerere-autoupdate] [-m <msg>] [-F <file>] [<commit>...]
16- 'git merge' --abort
17- 'git merge' --continue
16+ 'git merge' (--continue | --abort | --quit)
1817
1918DESCRIPTION
2019-----------
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SYNOPSIS
1212 [<upstream> [<branch>]]
1313'git rebase' [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>]
1414 --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)
1616
1717DESCRIPTION
1818-----------
You can’t perform that action at this time.
0 commit comments