I'm running Xcode 4.5.2, OS X 10.8.2.
I need to revert to a previous revision of my project. In terminal, I issue
git checkout 49f707dfe6a4
Terminal responds with
fatal: Not a git repository (or any of the parent directories): .git
I'm thinking I need to be in the git folder, but I can't find it. I tried Sprout, couldn't get it to use my repository. Is there a better/easier GUI tool?
How can I get the revision I need back into my Cocoa project?
.gitsubdirectory in the current directory – leonbloy Jan 3 at 19:05