Skip to content

Instantly share code, notes, and snippets.

@iggym
Created June 18, 2013 22:28
Show Gist options
  • Save iggym/5810060 to your computer and use it in GitHub Desktop.
Save iggym/5810060 to your computer and use it in GitHub Desktop.
SCM Status in Xcode
Keep Track of Your Files’ SCM Status
You can keep track of your files’ SCM status in the project navigator. SCM status is shown as a badge next to the file name as follows:
Badge SCM status
M Locally modified
U Updated in repository
A Locally added
D Locally deleted
I Ignored
R Replaced in the repository
– The contents of the folder have mixed status; display the contents to see individual status
? Not under source control
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment