Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
You must be at the top directory of your project, there should exists a .git subdirectory in the current directory – leonbloy Jan 3 at 19:05
I don't see a .git. – Mike Jan 4 at 3:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.