Xcode5 如何添加一个Github/Repository 并且Checkout

1. 添加一个Account  也就是添加一个 Repository.

  1. In Xcode, choose Xcode > Preferences, and click Accounts.

  2. Press the Add button (+), and choose Add Repository.

  3. Enter the repository address as prompted, and click Next.

    ../art/add_repository_2x.png

 

If necessary, enter your credentials.

Xcode stores this information automatically after you enter it.

2. Check Out 

在Xcode的 Source Control菜单中,选择CheckOut,然后选择Repositories菜单,选刚才添加好的Repo 然后Check Out到本地即可。

原文地址:https://www.cnblogs.com/lingzhao/p/3394206.html