git clean
parent
d60308e90a
commit
15d399d850
|
@ -53,3 +53,9 @@ Use `vim` when commit:
|
||||||
```sh
|
```sh
|
||||||
git config --global core.editor vim
|
git config --global core.editor vim
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Clean up untracked:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clean -df
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue