mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 15:52:12 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user