I have the craziest bug going on with my repo I don't know what to do. In my repo I have three branches.
master > branch_1 > branch_2
From branch_1
git status
and all is clear no files are staged or modified.
From branch_2
git checkout branch_2
and type
git status
again and all of a sudden I have these two files that are marked as modified
What I've tried
I try to do a git checkout on both these files but they keep re-appearing as modified automatically
Only special setup:
The only thing special about these files is that they are part of a git subtree
repo within this repo.
What's going on here?
OS windows 8.1
git version 1.9.4.msysgit.0