mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
docs: update tutorial to mention jj untrack
I forgot to update the tutorial when I closed #14.
This commit is contained in:
parent
14e7d894f3
commit
698b92adc4
1 changed files with 2 additions and 4 deletions
|
@ -74,10 +74,8 @@ M README.md
|
|||
```
|
||||
Note that you didn't have to tell Jujutsu to add the change like you would with
|
||||
`git add`. You actually don't even need to tell it when you add new files or
|
||||
remove existing files. However, the flip side of that is that you need to be
|
||||
careful to keep your `.gitignore` up to date since there's currently no easy way
|
||||
to say that you want an already added file to not be tracked
|
||||
(https://github.com/martinvonz/jj/issues/14).
|
||||
remove existing files. To untrack a path, add it to your `.gitignore` and run
|
||||
`jj untrack <path>`.
|
||||
|
||||
To see the diff, run `jj diff`:
|
||||
```shell script
|
||||
|
|
Loading…
Reference in a new issue