I have a repo: hello.git. I'm able to perform a sparse checkout:
sparse checkout path
: /test/test1
Now I have this in my workspace:
.../workspace/test/test1/content
I want to have the following:
.../workspace/content
Is it possible to checkout only the content of the path you describe?