Reputation: 1
I added .git folder in subfolder(not in root folder) in one of my project. but it is not showing in version control of vs code.
I tried added in .git in main folder then it is adding all files for staging which I don't want because it is not related to my project.
Although I can create new folder for my project but I have to solve this.
Expected: version control should display .git folder added in subfolder.
Upvotes: 0
Views: 112