I have a repository that is a fork. At some point i needed to merge changes from upstream and I did so. There were some conflicts and I fixed them. I don't remember well but I think I unstage some of the files during fixing conflicts. After everything is done I start to face something strange and i can't fix it.
The problem is there are six files always there as modified no matter what I do(checkout
doesn't affect them). I thought it may fix so I removed my fork and reforked but when I clone and change branch from master to the branch I was creating pull requests I had the same issue again.
- I can't checkout files
- I can't checkout another branch
- Stashing doesn't work fork them (the files are there as modified)
I can provide more details if needed