From 520ff2c815719551ca7a814c7e5fd3a92ee753fe Mon Sep 17 00:00:00 2001 From: Maple <57183801+JianfengShao@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:20:02 +0800 Subject: [PATCH] git-diff: clarify description of git diff (#12242) --- pages/common/git-diff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-diff.md b/pages/common/git-diff.md index 5b8593222e..1cabf72271 100644 --- a/pages/common/git-diff.md +++ b/pages/common/git-diff.md @@ -3,7 +3,7 @@ > Show changes to tracked files. > More information: . -- Show unstaged, uncommitted changes: +- Show unstaged changes: `git diff`