Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-09 00:16:26 +00:00
parent f8bee5305f
commit 9e2d0f72f1
116 changed files with 330 additions and 330 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Generate a changelog from commits starting from the latest tag and print it to `stdout`:
`git cliff {{-l|--latest}}`
`git cliff {{[-l|--latest]}}`
- Generate a changelog from commits that belong to the current tag (use `git checkout` on a tag before this):
@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
- Generate a changelog from commits that do not belong to a tag:
`git cliff {{-u|--unreleased}}`
`git cliff {{[-u|--unreleased]}}`
- Write the default config file to `cliff.toml` in the current directory:
`git cliff {{-i|--init}}`
`git cliff {{[-i|--init]}}`