From a0ad2635643eacd08e26bb93a2682477bf85b3f7 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:10:58 +0300 Subject: [PATCH] git-status: add verbose command (#13433) --- pages/common/git-status.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/git-status.md b/pages/common/git-status.md index 50a0d4d03..b1104f029 100644 --- a/pages/common/git-status.md +++ b/pages/common/git-status.md @@ -12,6 +12,10 @@ `git status --short` +- Show [v]erbose information on changes in both the staging area and working directory: + +`git status --verbose --verbose` + - Show the [b]ranch and tracking info: `git status --branch`