dotfiles/fish/functions/gco.fish

4 lines
39 B
Fish
Executable File

function gco
git checkout $argv;
end