I have a repo that has two files that supposedly I changed locally.
So I\'m stuck with this:
$ git status # On branch master # Changed but not update
Try to revert local changes:
git checkout -- dir1/foo.aspx git checkout -- dir2/foo.aspx