0
My laptop every folder was a git master branch. How to delete it?
In my laptop, by mistake I used git init command on the git bash. Now whenever I wanted to start a project, all the folders I'm using are master branches. When ever I use git status command I get all the files in my system as unsaved. How to deal with it?
2 Réponses
+ 2
delete .git folder
0
Not working