diff --git a/docs/misc/git.md b/docs/misc/git.md index 1edc687..8cdd64c 100644 --- a/docs/misc/git.md +++ b/docs/misc/git.md @@ -121,7 +121,7 @@ The applied config in each repository is the combination of all three scopes in > **Note**: when `` is omitted it defaults to HEAD `git shortlog`: list commits by author -`git reflog`: show record of when the tips of branches and other references were updated in the local repository +`git reflog []`: show record of when the tips of branches and other references were updated in the local repository `git show `: show commit metadata and content `git show --stat `: show number of changes in commit