Change git realm in a project
-
Hi,
somehow, in my latest project, git has started to analyze a folder too high in the tree. My project resides in C:/Users/SeDi/cpp/projectName/. This is where git should be on the watch.Instead apparently, it unfortunately covers C:/Users/SeDi/cpp/. This means: it tracks every change in every project I have. A huge mess...
I don't know, where I have made that mistake, probably when setting up the project.
Is there any way to change that folder (back), therewith limiting git's realm of vigilance to C:/Users/SeDi/cpp/projectName/, a.k.a. the actual project folder?
Qt Creator 10.0.2, git version 2.10.0.windows.1
P.S.: I do not need to keep the git history of this project so far, it would be totally fine, to start the version control process from scratch for this program, making the current content the initial commit
. -
Check for hidden
.gitfolder in C:\Users\SeDi\cpp and delete it. -
S SeDi has marked this topic as solved on
-
S SeDi has marked this topic as solved on