Is there a way to commit all outstanding changes (modifications and any file additions)?
If I select all in the Navigator and commit with a message, there are still a few items with the “A”.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Xcode (supposedly) does not differentiate between staging and committing in Git. This is so as to provide the least common denominator by way of features between Git and Subversion (and anything else they may add in the future).
Have you verified with the command line or your favorite GUI client that there are in fact outstanding changes? It may just be that Xcode did not properly update the status. I’ve seen this problem in all 4.x versions. It’s very common.