dotfiles/fish/functions/gl.fish

5 lines
42 B
Fish

function gl
git pull --rebase $argv
end