Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-22 00:22:43 +00:00
parent 9017f8acda
commit 716a67f83d
236 changed files with 290 additions and 289 deletions

View File

@@ -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`