dotfiles/.config/fish/functions/grbc.fish

5 lines
138 B
Fish

function grbc --wraps='git rebase --continue' --description 'alias grbc=git rebase --continue'
git rebase --continue $argv
end