dotfiles/.config/fish/functions/grbs.fish

5 lines
126 B
Fish

function grbs --wraps='git rebase --skip' --description 'alias grbs=git rebase --skip'
git rebase --skip $argv
end