I'm on a feature branch, and have lots of uncommitted file changes that I don't recognize. I've tried running:
git reset --hard head
git stash
But the files are still showing as uncommitted changes.
Am I using the wrong commands?
Im working on a branch that someone has changed using a mac and I am on windows so I suspect it is a line ending issue