Upload the code to GitHub. Upload the code to GitHub.

Source: Internet
Author: User

Upload the code to GitHub. Upload the code to GitHub.

1. Create a git repository on github first.

The README file can be removed first, and added after the code is uploaded to github.

This is what it looks like after creation

 

2. Open the terminal

Find the project folder and cd it to the file

3. initialize git

Git init

4. Add to git

Git add. (Note: There is a space after add)

5. Add to temporary warehouse

Git commit-m "here you can write the description of the added code"

6. Submit the remote Repository

Git remote add origin https://github.com/xxx/testDemo.git (this link is in step 1)

7. Push local code to the server

Git push-f origin master

 

 

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.