summaryrefslogtreecommitdiffstats
path: root/git-reflog.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-reflog.html')
-rw-r--r--git-reflog.html24
1 files changed, 10 insertions, 14 deletions
diff --git a/git-reflog.html b/git-reflog.html
index 0fc7d29fe..a6265b239 100644
--- a/git-reflog.html
+++ b/git-reflog.html
@@ -749,18 +749,7 @@ git-reflog(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git reflog</em> &lt;subcommand&gt; &lt;options&gt;</pre>
-<div class="attribution">
-</div></div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_description">DESCRIPTION</h2>
-<div class="sectionbody">
-<div class="paragraph"><p>The command takes various subcommands, and different options
-depending on the subcommand:</p></div>
-<div class="verseblock">
-<pre class="content"><em>git reflog</em> [<em>show</em>] [&lt;log-options&gt;] [&lt;ref&gt;]
+<pre class="content"><em>git reflog</em> [show] [&lt;log-options&gt;] [&lt;ref&gt;]
<em>git reflog expire</em> [--expire=&lt;time&gt;] [--expire-unreachable=&lt;time&gt;]
[--rewrite] [--updateref] [--stale-fix]
[--dry-run | -n] [--verbose] [--all [--single-worktree] | &lt;refs&gt;&#8230;]
@@ -769,6 +758,12 @@ depending on the subcommand:</p></div>
<em>git reflog exists</em> &lt;ref&gt;</pre>
<div class="attribution">
</div></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_description">DESCRIPTION</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This command manages the information recorded in the reflogs.</p></div>
<div class="paragraph"><p>Reference logs, or "reflogs", record when the tips of branches and
other references were updated in the local repository. Reflogs are
useful in various Git commands, to specify the old value of a
@@ -776,7 +771,8 @@ reference. For example, <code>HEAD@{2}</code> means "where HEAD used to be two
moves ago", <code>master@{one.week.ago}</code> means "where master used to point
to one week ago in this local repository", and so on. See
<a href="gitrevisions.html">gitrevisions(7)</a> for more details.</p></div>
-<div class="paragraph"><p>This command manages the information recorded in the reflogs.</p></div>
+<div class="paragraph"><p>The command takes various subcommands, and different options
+depending on the subcommand:</p></div>
<div class="paragraph"><p>The "show" subcommand (which is also the default, in the absence of
any subcommands) shows the log of the reference provided in the
command-line (or <code>HEAD</code>, by default). The reflog covers all recent
@@ -929,7 +925,7 @@ used with <code>expire</code>.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-08-12 14:05:19 PDT
+ 2022-10-28 11:53:56 PDT
</div>
</div>
</body>