Liu Kai: git operation and learning experience

Source: Internet
Author: User
  1. Use Gitbash as a local client, download it here, and install it (previously this machine has been installed, the process is slightly);
  2. Open the GitHub profile and click the plus sign in the top right corner to select New repository.

  3. Fill in the project name and introduction, select. Gitignore and license (here in C + + as an exercise), click Create Repository;
  4. Choose HTTPS or SSH, copy the project link, and clone the project to local using Git clone;

  5. Modify README.MD,

    Use git add readme.md to add files to staging area, use git commit-m "Modify README" to submit files to the local library, and use git push to push the local library to the remote library;

  6. Check for updates to your own GitHub;

  7. This assignment learns the use of GitHub project creation and basic GIT commands, laying a good foundation for further learning.

Liu Kai: git operation and learning experience

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.