aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/push.fish
blob: 636213c0c4c5562b8f3660021811ae7283a2bba9 (plain) (blame)
1
2
3
function push --description 'alias push=git push'
  git push $argv; 
end