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