mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 21:49:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user