mirror of https://github.com/ohmyzsh/ohmyzsh.git
gclean uses -id options
parent
37421192ec
commit
869d2c4ce7
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue