1
0
Fork 0
vdotfiles/cli/.config/fish/functions/gup.fish

3 lines
44 B
Fish

function gup
command git pull $argv
end