My local git repository looks like this
C:\MyRepo
\MyProject
\.git
\ProjectFolder1
\ProjectFolder2
\ProjectFolder3
Now I want to add few folders which needs to be directly under "MyRepo" and needs to be part of same repository. I guess that means .git folder should also go directly under "MyRepo"
C:\MyRepo
\.git
\NewFolder1
\NewFolder2
\MyProject
\ProjectFolder1
\ProjectFolder2
\ProjectFolder3
How do I move the .git folder up a level without losing the history?
I'm using Windows OS and git version is 2.6.3.windows.1