I\'m trying to learn how to use Git and have created a small project with an HTML, CSS, and Javascript file. I made a branch from my basically empty project and then made so
Well, what helped me was simply making a copy of the repo folder with everything including the .git folder and working from the copy.
That worked for me.