Add local repo for existing Xcode 5 Project

后端 未结 3 843
滥情空心
滥情空心 2021-01-30 09:40

I\'ve running through a Xcode 5 tutorial and want to make some significant changes, but want to make this Xcode 5 project into a repository.

I\'ve done some reading and

3条回答
  •  攒了一身酷
    2021-01-30 10:21

    That's only for already existing repos that are stored somewhere outside of your project directory. You can create a new repo by opening the terminal in the top-level folder of your project, and then typing git init. Your repo is now created and will automatically be recognized by Xcode.

提交回复
热议问题