1
0
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:
jbranchaud
2015-03-13 15:52:21 -05:00
parent 2240858a9a
commit 211ab53a31

View File

@@ -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