5 lines
106 B
Fish
5 lines
106 B
Fish
|
|
# Git push with optional arguments
|
||
|
|
function gp --description "Git push (shortcut)"
|
||
|
|
git push $argv
|
||
|
|
end
|