From c5cc2e6d4651efce342542f1889962517feed818 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Thu, 26 Jan 2023 15:02:19 -0800 Subject: [PATCH] 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. --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index aa906e105..14db71280 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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: