Post-use experience

Source: Internet
Author: User

The current GitHub is very fire, both domestic and foreign now in use. Take the time to study the use of this thing, and summed up, although a little late, but I think there is a need to understand and learn the place. All right, go to the topic, step-by-step to introduce, of course, the easiest way to learn, of course, follow the steps provided by the GitHub website to learn. I am also here to summarize this content.

1. GitHub website: https://github.com

2, choose Login, enter the user name, password, login. After landing, you will be introduced to the homepage, which contains four basic applications:

  • Set up Git
  • Create A Repository
  • Fork a Repository
  • Be Social
3, Set up a git (the main purpose is to install the Git tool on the local system, because GitHub is actually a website that serves git) 1, configure the user name and mailbox.
git config--global user.name "Your name Here" # sets the default name for git to use when you commit
git config--global user.email "[email protected]" # Sets the default e-mail for Git-to-use when you commit
2. Supplementary instructions

Post-use 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.