[Cocoa] Create a git repository for an existing xcode Project

Source: Internet
Author: User

Create a git repository for an existing xcode Project
Luo chaohui (http://blog.csdn.net/kesalin/) CC license, reprinted please indicate the source

Xcode automatically creates a local git repository for the new project, but how does one create a git repository for the existing project? Google posted this article below.
Original article link: click here
Where the ignore file is downloaded as: https://github.com/github/gitignore/blob/master/Objective-C.gitignore

Creating
A git repository for an existing xcode project ∞

Ash:

New xcode projects will let you keep local git source control. Using an existing project with this local source control is... Difficult. I tried for a while before almost giving up. Documentation around the "add working copy" is almost non-existent. This is
How you do it.

Alternatively:

$cd path/to/project$git init$git add .$git commit -m "Initial commit of project"

Keep
In mind with either approach, it's a good idea to include a good.gitignoreFile.
Here's a good
One for xcode projects.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.