mirror of https://github.com/bjeanes/dotfiles.git
4 lines
39 B
Fish
4 lines
39 B
Fish
|
function gco
|
||
|
git checkout $argv;
|
||
|
end
|