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

4 lines
34 B
Fish
Raw Normal View History

function gm
git merge $argv
end