My entire desktop seems to be in the source control section in VS Code. How do i remove the files from source control without deleting 4000 files?
Asked
Active
Viewed 4,145 times
2 Answers
5
Remove the .git
subdirectory of your desktop. It might be a hidden folder

DownloadPizza
- 3,307
- 1
- 12
- 27
2
Delete the .git
folder on your desktop. You can remove it from terminal/cmd or you can enable settings to view hidden files and folder. cause .git
is hidden folder.

Muhammad Saqlain
- 2,112
- 4
- 33
- 48