Creating a Git Repository for an Existing Xcode Project
·1 min
When you create a new Xcode project, Xcode gives you the option to create a git repository on your Mac.

How do you create a git repository for a project after the project has been created?
Choose Source Control > Create Git Repositories. A sheet opens.

Click the Create button and Xcode will create a git repository for your project.