I created a project using Visual studio and pushed the git changes to Bitbucket.
Now, I thought of moving the .git folder to another drive where I can create a separate global location for all local gits in the future. When Syncing with the cloud, it showed me that all my files were deleted (understandable as the code files are not with the .git folder anymore).
The question is how can I link the git from its new dir to the solution dir? So it can sees that nothing was deleted and all files are still there.
Thank you