[IOS development-94] How does xcode6 use GIT and add GIT functions to old projects ?, -94xcode6

Source: Internet
Author: User
Tags how to use git

[IOS development-94] How does xcode6 use GIT and add GIT functions to old projects ?, -94xcode6

(1) for new projects: How to Use GIT? When creating a project, select the following check box.



(2) Add the GIT function for old projects.

-- In the terminal, cd to the project directory

-- Enter git init to initialize a. git directory, that is, to create a repository.

-- Enter git add. To add the content in the current directory to the repository.

-- Finally, enter git commit-m "here is the remarks for this update, and so on". This sentence means submitting and adding remarks. So far, the update is complete.

Related Article

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.