I am new to Git and wanted to try it out. I can't remember how I did it but now everytime I create a Visual Studio project it adds Git source control automatically and the changes are all my files from my C drive. How do I fix this?
Asked
Active
Viewed 953 times
0
-
@Christoph isn't that better than to lose your history? – Don Branson Nov 07 '20 at 21:46
1 Answers
-1
Assuming you're beginner so you just created git repository, AND you don't have any important branches/history you can delete folder named .git in root of drive C.

Boris
- 146
- 2
- 5
-
What you write in one line is really dangerous. Please explain when you solution is suitable. – Christoph Nov 08 '20 at 10:26
-