git-show: change example (#23462)

This commit is contained in:
Managor
2026-08-02 21:24:27 -07:00
committed by GitHub
parent a631d4f624
commit 0c614e9c96
+2 -2
View File
@@ -15,9 +15,9 @@
`git show --summary {{commit}}`
- Show information about the 3rd commit from the `HEAD` of a branch:
- Ignore whitespace when comparing lines:
`git show {{branch}}~{{3}}`
`git show {{[-w|--ignore-all-space]}}`
- Show a commit's message in a single line, suppressing the diff output: