forked from mirrors/jj
Deployed e54ecef
to prerelease with MkDocs 1.6.0 and mike 2.1.1
This commit is contained in:
parent
5553ac1014
commit
dc152a9dea
2 changed files with 7 additions and 1 deletions
|
@ -6028,6 +6028,12 @@ does not match the <code>jj help</code> output exactly.</p>
|
||||||
<li><code>-i</code>, <code>--interactive</code> — Interactively choose which changes to include in the first commit</li>
|
<li><code>-i</code>, <code>--interactive</code> — Interactively choose which changes to include in the first commit</li>
|
||||||
<li><code>--tool <NAME></code> — Specify diff editor to be used (implies --interactive)</li>
|
<li><code>--tool <NAME></code> — Specify diff editor to be used (implies --interactive)</li>
|
||||||
<li><code>-m</code>, <code>--message <MESSAGE></code> — The change description to use (don't open editor)</li>
|
<li><code>-m</code>, <code>--message <MESSAGE></code> — The change description to use (don't open editor)</li>
|
||||||
|
<li>
|
||||||
|
<p><code>--reset-author</code> — Reset the author to the configured user</p>
|
||||||
|
<p>This resets the author name, email, and timestamp.</p>
|
||||||
|
<p>You can use it in combination with the JJ_USER and JJ_EMAIL environment variables to set a different author:</p>
|
||||||
|
<p>$ JJ_USER='Foo Bar' JJ_EMAIL=foo@bar.com jj commit --reset-author</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="jj-config"><code>jj config</code><a class="headerlink" href="#jj-config" title="Permanent link">¶</a></h2>
|
<h2 id="jj-config"><code>jj config</code><a class="headerlink" href="#jj-config" title="Permanent link">¶</a></h2>
|
||||||
<p>Manage config options</p>
|
<p>Manage config options</p>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue