xcode 9 中的源代码管理-> 历史菜单在哪里?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/44695116/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
where is the source control->History menu going in xcode 9?
提问by ximmyxiao
i just install the xcode 9 beta version , and i found that i can't see svn's all checkin logs in xcode 9 which are available in source control->History in xcode 8 and before , how to get these infomation in xcode 9?
我只是安装了 xcode 9 beta 版本,我发现我无法在 xcode 9 中看到 svn 的所有签入日志,这些日志在源代码管理中可用 - > xcode 8 及之前的历史记录,如何在 xcode 9 中获取这些信息?
回答by Michael Rourke
This works for a git repository:
这适用于 git 存储库:
Open Menu View/Navigators/Show Source Control Navigator (%2)
打开菜单视图/导航器/显示源代码管理导航器 (%2)
Commit details appear in the Utilities pane if Source Control Inspector is selected.
如果选择了 Source Control Inspector,则提交详细信息会出现在“实用工具”窗格中。
回答by yoAlex5
Xcode Version 9.2
Xcode 9.2 版
View -> Navigators -> Show Source Control Navigator
or just
要不就
? Command+ 2
? Command+ 2