I created a new branch to my project, but when I try to switch to the new branch I get the error:
The following untracked working tree files would be overwritten by checkout
..with basically all of my files in the description of the error.
Every solution I've found on the Internet, and on this website didn't work. I even tried to use git
and use the commands that were suggested in most of the topics I saw, but none of them work. I can't force
the checkout, I can't clean
the repo, I'm stuck.
The only thing I haven't done, is to try to commit
in the master
branch, but I don't want to do that because those files aren't ready for a push.
Do you have any Idea how I can switch branches ?