mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
git-shortlog: add -sne commands (#3213)
This commit is contained in:
parent
ab444b8972
commit
8c9a70a957
1 changed files with 8 additions and 0 deletions
|
@ -18,3 +18,11 @@
|
||||||
- View a summary of the last 5 commits (i.e. specify a revision range):
|
- View a summary of the last 5 commits (i.e. specify a revision range):
|
||||||
|
|
||||||
`git shortlog HEAD~{{5}}..HEAD`
|
`git shortlog HEAD~{{5}}..HEAD`
|
||||||
|
|
||||||
|
- View all users, emails and the number of commits in the current branch:
|
||||||
|
|
||||||
|
`git shortlog -sne`
|
||||||
|
|
||||||
|
- View all users, emails and the number of commits in all branches:
|
||||||
|
|
||||||
|
`git shortlog -sne --all`
|
||||||
|
|
Loading…
Add table
Reference in a new issue