fish-aliases/functions/gitp.fish

4 lines
64 B
Fish

function gitp --description 'git pull'
command git pull
end