mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-25 05:29:39 +00:00
Remove out-of-date parenthetical in tutorial.md
This commit is contained in:
parent
2e0d80919d
commit
c2ba83af71
1 changed files with 3 additions and 4 deletions
|
@ -51,10 +51,9 @@ that in a bit.)
|
||||||
|
|
||||||
## Creating our first change
|
## Creating our first change
|
||||||
|
|
||||||
Now let's say we want to edit the `README.md` file in the repo (i.e. what you're
|
Now let's say we want to edit the `README.md` file in the repo to say that Jujutsu
|
||||||
reading right now) to say that Jujutsu is ready for use. Let's start by
|
is ready for use. Let's start by describing the change (adding a commit message)
|
||||||
describing the change (adding a commit message) so we don't forget what we're
|
so we don't forget what we're working on:
|
||||||
working on:
|
|
||||||
```shell script
|
```shell script
|
||||||
# This will bring up $EDITOR (or `pico` by default). Enter something like
|
# This will bring up $EDITOR (or `pico` by default). Enter something like
|
||||||
# "Jujutsu is ready!" in the editor and then close it.
|
# "Jujutsu is ready!" in the editor and then close it.
|
||||||
|
|
Loading…
Reference in a new issue