maybe it could be a trivial question (I am not so into GIT).
I have a Java project that is synchronized with my remote GIT repository. So into my project I have the .git directory. My Java project still works fine?
If I want momentarily "ungit" my project, can I remove the .git directory from my project? Then adding it again to my project it will again under GIT?