git clean

main
Tran Hau 2020-02-29 03:51:00 +07:00
parent d60308e90a
commit 15d399d850
1 changed files with 6 additions and 0 deletions

View File

@ -53,3 +53,9 @@ Use `vim` when commit:
```sh
git config --global core.editor vim
```
Clean up untracked:
```sh
git clean -df
```