dotfiles/.config/fish/functions/gp.fish
2022-07-07 11:32:27 -05:00

4 lines
46 B
Fish

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