3 lines
88 B
Fish
3 lines
88 B
Fish
function gp --wraps='git push' --description 'alias gp=git push'
|
|
git push $argv
|
|
end
|