From a836f68936578645f726fb42519051495eca0ba5 Mon Sep 17 00:00:00 2001 From: Lena Pastwa Date: Mon, 20 Apr 2026 09:16:35 +0200 Subject: [PATCH] git-status: correct the description (#22141) --- pages/common/git-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-status.md b/pages/common/git-status.md index 68d23c5b06..47f31be34c 100644 --- a/pages/common/git-status.md +++ b/pages/common/git-status.md @@ -20,7 +20,7 @@ `git status {{[-v|--verbose]}}` -- Show the changes in all tracked files (like `git diff`): +- Show the changes in all tracked files (like `git diff HEAD`): `git status {{[-vv|--verbose --verbose]}}`