mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 08:51:12 +00:00
Update cheatsheets
This commit is contained in:
@@ -24,10 +24,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`git shortlog HEAD~5..HEAD`
|
||||
|
||||
- View all users, emails and the number of commits in the current branch:
|
||||
- View all users, emails, and the number of commits in the current branch:
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
|
||||
|
||||
- View all users, emails and the number of commits in all branches:
|
||||
- View all users, emails, and the number of commits in all branches:
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
|
||||
|
||||
Reference in New Issue
Block a user