4 lines
97 B
Fish
4 lines
97 B
Fish
function gph --wraps='git push' --description 'alias gph=git push'
|
|
git push $argv
|
|
|
|
end
|