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