3 lines
73 B
Fish
3 lines
73 B
Fish
function push --description 'alias push=git push'
|
|
git push $argv;
|
|
end
|