diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-07-24 23:13:37 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-08-22 23:37:33 +0200 |
commit | ee193abba85e0f0d96e0863f31940fede39cafef (patch) | |
tree | 8a481b4d3f0abf7ee48936c866bf25aa6b39e535 /src/tools | |
parent | e6cab7826a010b34670e825650167b0d975d5819 (diff) | |
download | notes-ee193abba85e0f0d96e0863f31940fede39cafef.tar.gz notes-ee193abba85e0f0d96e0863f31940fede39cafef.zip |
git: fix typo
Diffstat (limited to 'src/tools')
-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 |