mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Update wording for recent post.
This commit is contained in:
@@ -13,8 +13,8 @@ only deleting untracked files in the current directory. If you want
|
||||
directories of untracked files to be removed as well, you'll need the `-d`
|
||||
flag.
|
||||
|
||||
So if you have a local repository full of files you'd like to get rid of,
|
||||
just:
|
||||
So if you have a local repository full of untracked files you'd like to get
|
||||
rid of, just:
|
||||
|
||||
```bash
|
||||
$ git clean -f -d
|
||||
|
||||
Reference in New Issue
Block a user