Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-15 00:20:42 +00:00
parent 77164ff653
commit 494fa25437
2 changed files with 5 additions and 1 deletions

View File

@@ -35,3 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
- Create a commit, even if there are no staged files:
`git commit {{[-m|--message]}} "{{message}}" --allow-empty`
- Add a description in addition to the commit message:
`git commit {{[-m|--message]}} "{{message}}" {{[-m|--message]}} "{{description}}"`