fish_functions/alias/gco.fish

4 lines
109 B
Fish

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