mirror of
https://github.com/jbranchaud/til
synced 2026-01-07 00:58:02 +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`
|
directories of untracked files to be removed as well, you'll need the `-d`
|
||||||
flag.
|
flag.
|
||||||
|
|
||||||
So if you have a local repository full of files you'd like to get rid of,
|
So if you have a local repository full of untracked files you'd like to get
|
||||||
just:
|
rid of, just:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clean -f -d
|
$ git clean -f -d
|
||||||
|
|||||||
Reference in New Issue
Block a user