I did a clean install of Mountain Lion yesterday, and I transferred all my files over manually. One of the folders contains my Xcode projects, some of which had git repositories in them. I installed Xcode 4.4, but when I opened a git project, it doesn't recognize any changes anymore. That is, I can make a change and try to commit it, but it simply says "No files". The little M or A or whatever in the Project Navigator doesn't show either. I have the Command Line Tools installed. git
What am I missing?
cd
ed to my app folder in Terminal, then didgit log
and it shows me the latest commits.