Under what circumstances can files version controlled by GIT become garbled? This is my question, but here is the context: I'm learning git and have been working with a local repository, and today it looks like several of files have been corrupted (or something). All of the text looks like this: ‘Œ…fÅ�ŎÅ�õˇÅ�≤ÍÈ (for example). The files are garbled in all git snapshots since they were added. Making matters more complicated is the fact that the repo was stored in Dropbox, and was also being used to store web files for a development web server (MAMP). Any idea what happened? I haven't found anything useful on the web.
Update: now it looks like some of the files are just plain gone; For example, I get this message opening one: The alias “test.php” can’t be opened because the original item can’t be found.
Update 2: I've been thinking more about this, and I think that I've ignored a relevant detail that pertains to the general question: I moved the .git dir one directory up, i.e. in this path, Dropbox/Project/gitRepo/, the .git dir moved from gitRepo to Project. It committed without issue, but then the corruption occurred in between that event and some other git actions.
git fsck?\ – Ikke Aug 7 '12 at 9:05