mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 10:07:28 +00:00
tutorial: delete obsolete mention of aliases
The heading says it's going to explain aliases, but it doesn't, and now that we've documented aliases in config.md, we probably don't need to mention it in the tutorial.
This commit is contained in:
parent
772d6c47dd
commit
c5cc2e6d46
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ edit typically depends on how done you are with the change; if the change is
|
|||
almost done, it makes sense to use `jj checkout` so you can easily review your
|
||||
adjustments with `jj diff` before running `jj squash`.
|
||||
|
||||
## The log command, "revsets", and aliases
|
||||
## The log command and "revsets"
|
||||
|
||||
You're probably familiar with `git log`. Jujutsu has very similar functionality
|
||||
in its `jj log` command:
|
||||
|
|
Loading…
Reference in a new issue