Put this in your ~/.gitconfig:
[alias]
poop = stash pop
You can then run git poop instead of the boring git stash pop
Put this in your ~/.gitconfig:
[alias]
poop = stash pop
You can then run git poop instead of the boring git stash pop