-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed e54ecef to prerelease with MkDocs 1.6.0 and mike 2.1.1
- Loading branch information
jj-docs[bot]
committed
Jul 2, 2024
1 parent
5553ac1
commit dc152a9
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6028,6 +6028,12 @@ <h6 id="options_7"><strong>Options:</strong><a class="headerlink" href="#options | |
<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>-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' [email protected] jj commit --reset-author</p> | ||
</li> | ||
</ul> | ||
<h2 id="jj-config"><code>jj config</code><a class="headerlink" href="#jj-config" title="Permanent link">¶</a></h2> | ||
<p>Manage config options</p> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.