dotfiles/.config/fish/functions/gcp.fish

5 lines
118 B
Fish

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