Typo fix. Simplify git exclude path.
This commit is contained in:

committed by
Agniva De Sarker

parent
100320e3a6
commit
4d80ebdc16
@@ -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`
|
||||
|
Reference in New Issue
Block a user