We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ff064 commit 5c7eee0Copy full SHA for 5c7eee0
Documentation/git-show-branch.txt
@@ -99,12 +99,12 @@ OPTIONS
99
will show the revisions given by "git rev-list {caret}master
100
topic1 topic2"
101
102
+-g::
103
--reflog[=<n>[,<base>]] [<ref>]::
104
Shows <n> most recent ref-log entries for the given
105
ref. If <base> is given, <n> entries going back from
106
that entry. <base> can be specified as count or date.
- `-g` can be used as a short-hand for this option. When
107
- no explicit <ref> parameter is given, it defaults to the
+ When no explicit <ref> parameter is given, it defaults to the
108
current branch (or `HEAD` if it is detached).
109
110
Note that --more, --list, --independent and --merge-base options
0 commit comments