dotfiles/.config/fish/functions/gcpc.fish

5 lines
153 B
Fish

function gcpc --wraps='git cherry-pick --continue' --description 'alias gcpc=git cherry-pick --continue'
git cherry-pick --continue $argv
end