mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-23 16:49:50 +00:00
git: make the gpristine alias remove untracked git repos (#8697)
This commit is contained in:
committed by
GitHub
parent
bbe54e4e60
commit
831089a375
@@ -45,7 +45,7 @@ plugins=(... git)
|
||||
| gcf | git config --list |
|
||||
| gcl | git clone --recurse-submodules |
|
||||
| gclean | git clean -id |
|
||||
| gpristine | git reset --hard && git clean -dfx |
|
||||
| gpristine | git reset --hard && git clean -dffx |
|
||||
| gcm | git checkout master |
|
||||
| gcd | git checkout develop |
|
||||
| gcmsg | git commit -m |
|
||||
|
||||
Reference in New Issue
Block a user