when I clone a git repository, for example
git@github.com:mainRepo/index.git then I create an index folder where all the files are located.
Question: But if I don’t want the index folder to be created, and the files were cloned simply to the folder where I am, or another specified one, is it possible?