I really new to this git and trying to get it work with xcode4. I have an existing xcode proj and this is what I do.
- navigate to project dir
- git init
- git add .
- git commit -m “….”
but I can’t see project_name.xcodeproj in my git status. What did I do wrong about this ?
I will put answer of @Alex here in case someone would benefit from this. If some files of your project not added with git add command, looking for your .gitignore file in your root of your git repository, in my case its global .gitignore that cause the problem.