fish-aliases/functions/gitp.fish

4 lines
64 B
Fish
Raw Normal View History

2017-07-15 20:42:48 +00:00
function gitp --description 'git pull'
command git pull
end