I've been struggling to undo some local changes that are not consistent with a repository I'm working on. I can't figure out how to just return the file to a completely synced state so that I can return to working on a project. Any idea what's happening here?
I've attempted git reset --hard and a few other commands, but to no avail.