Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-25 00:19:28 +00:00
parent 1dafedaa9a
commit 048e3ad81e
110 changed files with 206 additions and 173 deletions

View File

@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- Delete untracked files except those matching the given patterns:
`git clean {{[-f|--force]}} {{[-e|--exclude]}} {{'*.ext'}} {{[-e|--exclude]}} {{path/to/directory/}}`
`git clean {{[-f|--force]}} {{[-e|--exclude]}} {{'*.ext'}} {{[-e|--exclude]}} {{path/to/directory}}/`
- Delete untracked files and e[x]cluded files (those listed in `.gitignore` and `.git/info/exclude`):