5 lines
85 B
Fish
5 lines
85 B
Fish
function gwta
|
|
groot && cd ..
|
|
command git worktree add $argv
|
|
cd $argv
|
|
end
|