forked from mirrors/jj
Deployed 88a4a82
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
1bc00a0398
commit
0d3e814991
3 changed files with 2 additions and 2 deletions
|
@ -1693,7 +1693,7 @@ installer options are fine), clone the repository, and use <code>cargo build</co
|
||||||
recommended steps.</p>
|
recommended steps.</p>
|
||||||
<p>You will probably also want to make the <code>gh-pages</code> branch immutable (and thereby
|
<p>You will probably also want to make the <code>gh-pages</code> branch immutable (and thereby
|
||||||
hidden from the default <code>jj log</code> output) by running the following in your repo:</p>
|
hidden from the default <code>jj log</code> output) by running the following in your repo:</p>
|
||||||
<div class="highlight"><pre><span></span><code>jj<span class="w"> </span>config<span class="w"> </span><span class="nb">set</span><span class="w"> </span>--repo<span class="w"> </span><span class="s2">"revset-aliases.immutable_heads()"</span><span class="w"> </span><span class="s2">"main@origin | gh-pages@origin"</span>
|
<div class="highlight"><pre><span></span><code>jj<span class="w"> </span>config<span class="w"> </span><span class="nb">set</span><span class="w"> </span>--repo<span class="w"> </span><span class="s2">"revset-aliases.immutable_heads()"</span><span class="w"> </span><span class="s1">'remote_branches(exact:"main") | remote_branches(exact:"gh-pages")'</span>
|
||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
<h3 id="summary">Summary<a class="headerlink" href="#summary" title="Permanent link">¶</a></h3>
|
<h3 id="summary">Summary<a class="headerlink" href="#summary" title="Permanent link">¶</a></h3>
|
||||||
<p>One-time setup:</p>
|
<p>One-time setup:</p>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue