7 lines
65 B
Fish
7 lines
65 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function gitco
|
||
|
git checkout $argv
|
||
|
end
|