fish-aliases/functions/gitpom.fish

4 lines
94 B
Fish

function gitpom --description 'git pull origin master'
command git pull origin master
end