mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:26:02 +02:00
Typo fix. Simplify git exclude path.
This commit is contained in:
parent
100320e3a6
commit
4d80ebdc16
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@
|
|||
|
||||
`git clean --dry-run`
|
||||
|
||||
- Force delete files that are not tracked by git:
|
||||
- Forcefully delete files that are not tracked by git:
|
||||
|
||||
`git clean -f`
|
||||
|
||||
- Delete untracked files, including ignored files in `.gitignore` and `$GIT_DIR/info/exclude`:
|
||||
- Delete untracked files, including ignored files in `.gitignore` and `.git/info/exclude`:
|
||||
|
||||
`git clean -x`
|
||||
|
|
Loading…
Add table
Reference in a new issue