In Xcode, I created a new project and in the wizard opted to create a git repo. When the wizard finished, all the artifacts were committed to git.
As I've been editing, whenever I right-click on the top/first yellow folder in the Project Navigator and choose 'Source Control > Commit Selected Files', some file types (.storyboard, main.m, .xcdatamodeld) cannot be committed from the commit window that displays.
The Project Manager displays the 'M' icon to the right of all these files, so it knows they are modified. Furthermore, if I right-click on the individual file and do the commit, it allows me to commit.
I'm using Xcode v4.5.2.
Two questions:
Why does it list the '.storyboard' in the commit window, but will not let me select it for commit?
Why do the other files (main.m, .xcdatamodeld) not even display in the commit window?