Browse Source

git-diff: clarify description of git diff (#12242)

Maple 1 year ago
parent
commit
520ff2c815
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/git-diff.md

+ 1 - 1
pages/common/git-diff.md

@@ -3,7 +3,7 @@
 > Show changes to tracked files.
 > More information: <https://git-scm.com/docs/git-diff>.
 
-- Show unstaged, uncommitted changes:
+- Show unstaged changes:
 
 `git diff`