0

我知道这是一件简单的事情,但我在 Xcode 中找不到它的控件!

我想做一个 Commit to Github,但它不会让我因为我的文件都不受源代码控制。

如何将我的项目文件置于源代码控制之下?

4

3 回答 3

2

您可以在管理器 -> 存储库中进行设置。本教程可能对您有所帮助:http ://www.raywenderlich.com/13771/how-to-use-git-source-control-with-xcode-in-ios-6

于 2013-04-16T19:53:14.320 回答
2

要首先将项目导入源代码管理,您必须打开终端并进入项目目录并键入:

$ 混帐初始化

$ 混帐 ./*

$ git commit -m "初始提交"

然后在 Xcode 中打开项目并使用“shift cmd 2”访问管理器并在那里找到存储库控件

于 2013-04-26T11:13:48.160 回答
0

I recommend you to use "github mac client"(http://mac.github.com/) which helps you import your project using GUI. It's very easy.

This article might be helpful : http://www.hacheka.com/newbie-guide-for-using-github-in-mac-osx/

于 2013-04-17T03:34:24.983 回答