diff options
-rw-r--r-- | src/tools/git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/git.md b/src/tools/git.md index 7262ba4..fc640f9 100644 --- a/src/tools/git.md +++ b/src/tools/git.md @@ -97,7 +97,7 @@ git show --stat <commit> ................ show files changed by <commit> git show <commit> [<file>] .............. show diffs for <commit> - git git show <commit>:<file> ............ show <file> at <commit> + git show <commit>:<file> ................ show <file> at <commit> ``` ## Patching |