VCS status out of sync with real status?
I'm using GIT as a VCS and like the CMD-K ability to commit (and push) from the IDE.
However it seems that RubyMine and Git disagree on what has changed:
and
I see the "refreshing VCS" dialog, but that doesn't seem to do a thorough refresh...
(1.1.1 and EAP 1.5 1287 have the same behaviour)
cheers
Jens-Christian
Please sign in to leave a comment.
Hi Jens-Christian,
And does RubyMine show some real changes in diff dialog?
it does show diffs that the commandline git diff doesn't show....
that's scary!
Ok. Could you check if files on the disk are really committed and contains these changes(from diff) or not? E.g you may clone your project to another directory.