From 2f3731b931a7fd9aff6279bdb8b0f45575cc25d1 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Mon, 6 May 2024 10:30:09 +0200 Subject: [PATCH] git: refine reflog notes --- docs/misc/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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