6 lines
83 B
Fish
Executable file
6 lines
83 B
Fish
Executable file
#!/usr/bin/env fish
|
|
#
|
|
|
|
function gitco -d "git checkout"
|
|
git checkout $argv
|
|
end
|