I am trying to start using git with my project.
I had (in the past) cloned RestKit to my project for use (I think that as a submodule but I am not sure. Now everything is working great and 99% of my files are tracked and pushed to Github.
When I try to add RestKit/ to my repository I get this error:
shanis-imac:shannoga-English-Club shannoga$ git add RestKit/ fatal: Not a git repository: /Users/shannoga/github/shannoga-English-Club/.git/modules/RestKit
Now I can guess that I am not spoused to push rest kit but somehow to relate it to my repository?
- Am I right?
- What does the error mean
- What is the way to do that?
Thanks, Shani