dotfiles/.config/fish/functions/gp.fish

4 lines
46 B
Fish

function gp -d "git push"
git push $argv
end