mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 23:23:20 +00:00
docs: update tutorial with removed "at" from diff headers
I forgot to include this in the previous commit.
This commit is contained in:
parent
5098270640
commit
f35f2f0c97
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ to say that you want an already added file to not be tracked
|
||||||
To see the diff, run `jj diff`:
|
To see the diff, run `jj diff`:
|
||||||
```shell script
|
```shell script
|
||||||
$ jj diff
|
$ jj diff
|
||||||
Modified regular file at README.md:
|
Modified regular file README.md:
|
||||||
...
|
...
|
||||||
4 4: ## Disclaimer
|
4 4: ## Disclaimer
|
||||||
5 5:
|
5 5:
|
||||||
|
@ -391,7 +391,7 @@ the "D" line. Then close Meld. If we look the diff of the second commit, we
|
||||||
now see that all three lines got capitalized:
|
now see that all three lines got capitalized:
|
||||||
```shell script
|
```shell script
|
||||||
$ jj diff -r ::@
|
$ jj diff -r ::@
|
||||||
Modified regular file at file:
|
Modified regular file file:
|
||||||
1 1: aA
|
1 1: aA
|
||||||
2 2: bB
|
2 2: bB
|
||||||
3 3: cC
|
3 3: cC
|
||||||
|
|
Loading…
Reference in a new issue