mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 10:26:41 +00:00
git: refine reflog notes
This commit is contained in:
parent
0907c48653
commit
2f3731b931
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ The applied config in each repository is the combination of all three scopes in
|
|||
> **Note**: when `<rev>` 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 [<rev>]`: show record of when the tips of branches and other references were updated in the local repository
|
||||
|
||||
`git show <commit>`: show commit metadata and content
|
||||
`git show --stat <commit>`: show number of changes in commit
|
||||
|
|
Loading…
Add table
Reference in a new issue