I have a big git folder that contains all of my programming studies. Sometimes I have to clone a remote git folder into this big folder, thus creating a git working directory within another one.
I actually want them to co-exist because a IDE that I use (Rstudio) create its project based on git, and I want my Rstudio project to be contained within the smaller folder only.
Is it possible or will it cause trouble? In that case, should I just clone the small folder then delete the .git
folder?