Xcode4 导航器中的奇怪符号
我想知道这个符号是什么意思?
I would know what this symbol should mean ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想知道这个符号是什么意思?
I would know what this symbol should mean ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
如果您已使用源代码管理器(Git 存储库)设置项目,则根据文件的状态,导航器中可以有不同的符号。
源代码管理器状态在项目导航器中显示为徽章,如下所示:
M = 本地修改
U = 在存储库中更新
A = 本地添加
D = 本地删除
I = 忽略
R = 在存储库中替换
If you have set up your project with a source code manager (Git repository) you can have different symbols in the navigator depending on the state of the file.
Source code manager status is shown as a badge in the project navigator, as follows:
M = Locally modified
U = Updated in repository
A = Locally added
D = Locally deleted
I = Ignored
R = Replaced in the repository