dots/stow/.config/fish/functions/gph.fish

4 lines
97 B
Fish

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