Here is a quick & easy way to list all Git global aliases.
git config --list | grep alias
Here is a quick & easy way to list all Git global aliases.
git config --list | grep alias
You can quickly clear your git stashes at once, by running the following command.
git stash clear