Satyajeet Kanetkar · Jan 2, 2019 · 6:46 PM IST Put this in your `~/.gitconfig`: ``` [alias] poop = stash pop ``` You can then run `git poop` instead of the boring `git stash pop`