gclean uses -id options

Yordan Dervishev 2019-12-02 16:56:09 +02:00
parent 37421192ec
commit 869d2c4ce7
1 changed files with 1 additions and 1 deletions

@ -114,7 +114,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
| _gcb_ | git checkout -b |
| _gcf_ | git config --list |
| _gcl_ | git clone --recursive |
| _gclean_ | git clean -fd |
| _gclean_ | git clean -id |
| _gpristine_ | git reset --hard && git clean -dfx |
| _gcm_ | git checkout master |
| _gcd_ | git checkout develop |