From: Erik V. <eri...@xs...> - 2011-08-10 16:18:29
|
Brett (or anyone else knowing the answer), How can I remove incorrect 'modified' markers from files in the Index that should not be there because nothing has changed? I'm having this problem with 5 StockMarket.xml files. I don't know why Git thinks these files have changed (these are shown as modified by 'git status', but all diffs are empty). I tried 'git rm --cached' but that untracks the files. Erik. |