I am using the answer in this SO posting to create a new local git repository for a project I have taken over from an external developer.
However, when I use the
git add .
command, I get the following error:
fatal: Not a git repository: /Users/XXXXX/Documents/Projects/BirdTrack/BirdTrack/.git/modules/GSJSONSerialization
where XXXXX is the name of the previous developer - not me! Is this a problem with my XCode project, or the GSJSONSerialization file, or something I'm doing wrong? I don't know if XXXXX created the project in XCode with Git enabled or not.
Thanks.