Xcode 4: git Support

One of Xcode 4′s new features is support for the git version control system. Xcode 4 can create a local git repository for you when you create a project.

Xcode 4 Create git Repository

Select the Create local git repository for this project checkbox to create the repository. If you have an existing Xcode project you want to place under version control, launch the Terminal application. Navigate to the folder where your Xcode project resides and run the git init command.

After creating the repository, you must add the project files to the repository. You can do this from the Terminal by running the git add and git commit commands, or you can use a git GUI like GitX.

No comments | Trackback

Leave a Reply

What is 7 + 13 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)
Powered by WordPress