Upload demo to GitHub

Source: Internet
Author: User

Always looking for demo on GitHub, but how do you Githun on the demo?

Http://www.2cto.com/kf/201504/390397.html

Start with a new repository project on GitHub;

Two methods, one is to choose Git in Xcode, fill in the Git address, commit & push

There is another way to access your iOS project folder from the command line and then perform

Git init

Git remote add Origin you_project_url_on_git

git Add.

Git commit-m "First commit"

Git push Origin Master

Note: If reinitialized existing git repository in ... appears in Git init.

Indicates that your project already contains a. git file, you can display the hidden file with the command line, and then delete it;

Then proceed to the above steps

Upload demo to GitHub

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.