dotfiles/.config/fish/functions/gsta.fish

5 lines
117 B
Fish

function gsta --wraps='git stash push' --description 'alias gsta=git stash push'
git stash push $argv
end