We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8d2590 + 437591a commit 0af6d5dCopy full SHA for 0af6d5d
2 files changed
Documentation/git-merge.txt
@@ -13,8 +13,7 @@ SYNOPSIS
13
[-s <strategy>] [-X <strategy-option>] [-S[<keyid>]]
14
[--[no-]allow-unrelated-histories]
15
[--[no-]rerere-autoupdate] [-m <msg>] [-F <file>] [<commit>...]
16
-'git merge' --abort
17
-'git merge' --continue
+'git merge' (--continue | --abort | --quit)
18
19
DESCRIPTION
20
-----------
Documentation/git-rebase.txt
@@ -12,7 +12,7 @@ SYNOPSIS
12
[<upstream> [<branch>]]
'git rebase' [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>]
--root [<branch>]
-'git rebase' --continue | --skip | --abort | --quit | --edit-todo | --show-current-patch
+'git rebase' (--continue | --skip | --abort | --quit | --edit-todo | --show-current-patch)
0 commit comments