From 6dbc9d46209d1129e6803ca2f5146fb57afd8033 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Thu, 12 Dec 2024 20:41:05 +0900 Subject: [PATCH] docs: quote "jj file untrack" consistently --- docs/working-copy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/working-copy.md b/docs/working-copy.md index 60a9feb7c7..13e9932cea 100644 --- a/docs/working-copy.md +++ b/docs/working-copy.md @@ -72,7 +72,7 @@ Ignored files are never tracked automatically (regardless of the value of * if they were tracked in the parent commit * because of an explicit `jj file track` command -You can untrack such files with the jj file untrack command. +You can untrack such files with the `jj file untrack` command. ## Workspaces