mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
gclean uses -id options
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user