dotfiles/.config/fish/functions/gcb.fish

5 lines
118 B
Fish

function gcb --wraps='git checkout -b' --description 'alias gcb=git checkout -b'
git checkout -b $argv
end