You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had this often happen. And it kind of makes transcrypt very difficult to use, as git thinks the work tree is not clean.
$ git checkout .
$ git status
[ reports files as being modified ]
$ git diff
[ reports no changes ]
$ git checkout .
[ no change ]
The files in question were never modified locally.
A work around seems to be to commit the non-existent changes anyway, but that doesn't appear to be a good a long term solution. Eventually it will happen again.
marcelcremer, steve-berekoutou, fmenemo, gtd-oneome, fannytavart and 3 morebalupton