dotfiles/fish/.config/fish/functions/gm.fish

4 lines
36 B
Fish

function gm
git merge $argv
end