dotfiles/.config/fish/functions/gstp.fish

5 lines
114 B
Fish

function gstp --wraps='git stash pop' --description 'alias gstp=git stash pop'
git stash pop $argv
end