forked from mirrors/jj
Deployed 866e862
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
d9bd1a44f5
commit
857be0a451
3 changed files with 3 additions and 1 deletions
|
@ -6887,6 +6887,7 @@ compinit
|
|||
<p>Commands for working with workspaces</p>
|
||||
<p>Workspaces let you add additional working copies attached to the same repo. A common use case is so you can run a slow build or test in one workspace while you're continuing to write code in another workspace.</p>
|
||||
<p>Each workspace has its own working-copy commit. When you have more than one workspace attached to a repo, they are indicated by <code>@<workspace name></code> in <code>jj log</code>.</p>
|
||||
<p>Each workspace also has own sparse patterns.</p>
|
||||
<p><strong>Usage:</strong> <code>jj workspace <COMMAND></code></p>
|
||||
<h6 id="subcommands_9"><strong>Subcommands:</strong><a class="headerlink" href="#subcommands_9" title="Permanent link">¶</a></h6>
|
||||
<ul>
|
||||
|
@ -6898,6 +6899,7 @@ compinit
|
|||
</ul>
|
||||
<h2 id="jj-workspace-add"><code>jj workspace add</code><a class="headerlink" href="#jj-workspace-add" title="Permanent link">¶</a></h2>
|
||||
<p>Add a workspace</p>
|
||||
<p>Sparse patterns will be copied over from the current workspace.</p>
|
||||
<p><strong>Usage:</strong> <code>jj workspace add [OPTIONS] <DESTINATION></code></p>
|
||||
<h6 id="arguments_44"><strong>Arguments:</strong><a class="headerlink" href="#arguments_44" title="Permanent link">¶</a></h6>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue