3 lines
102 B
Fish
3 lines
102 B
Fish
function gco --wraps='git checkout' --description 'alias gco=git checkout'
|
|
git checkout $argv
|
|
end
|