mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-20 03:20:08 +00:00
docs: add git ls-files
to command comparison table
This came up in #4323.
This commit is contained in:
parent
f1be5c59f3
commit
b05593fdf5
1 changed files with 5 additions and 0 deletions
|
@ -194,6 +194,11 @@ parent.
|
|||
<td><code>jj log</code></td>
|
||||
<td>(TODO)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>List versioned files in the working copy</td>
|
||||
<td><code>jj file list</code></td>
|
||||
<td><code>git ls-files --cached</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Search among files versioned in the repository</td>
|
||||
<td><code>grep foo $(jj file list)</code>, or <code>rg --no-require-git foo</code></td>
|
||||
|
|
Loading…
Reference in a new issue