committing project to source control in Xcode

蓝咒 提交于 2020-01-17 01:13:59

问题


In Xcode 4, order to commit the entire project(all source files) to the source control repo, does one have to select all the files in the project navigator(Cmd-A) or is is it sufficient if I select just the Project file at the top and then File->SourceControl->Commit?


回答1:


If you choose File > Source Control > Commit... (or press Command-Option-C), Xcode will list all changed files in the commit window.

If you right-click or control-click on a file and choose Source Control > Commit Selected Files..., Xcode will only list the files that were selected in the project navigator and have changes.



来源:https://stackoverflow.com/questions/8349721/committing-project-to-source-control-in-xcode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!