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.
2 parents c3d2d34 + 0ba0140 commit 24065b8Copy full SHA for 24065b8
Documentation/git-reflog.txt
@@ -20,9 +20,9 @@ depending on the subcommand:
20
'git reflog' ['show'] [log-options] [<ref>]
21
'git reflog expire' [--expire=<time>] [--expire-unreachable=<time>]
22
[--rewrite] [--updateref] [--stale-fix]
23
- [--dry-run] [--verbose] [--all | <refs>...]
+ [--dry-run | -n] [--verbose] [--all | <refs>...]
24
'git reflog delete' [--rewrite] [--updateref]
25
- [--dry-run] [--verbose] ref@\{specifier\}...
+ [--dry-run | -n] [--verbose] ref@\{specifier\}...
26
'git reflog exists' <ref>
27
28
Reference logs, or "reflogs", record when the tips of branches and
0 commit comments