GitHub for beginners and my future references

Source: Internet
Author: User

OK. I have been trying to learn GitHub for really a long time, but (yes, there is always a but) I just couldn't know how to use it. this article will mainly record a bunch of command lines in the GitHub for my or beginners future reference.

I give my credits to this and this article.

I have to admit that I am a somewhat perfectionist: I always want to include as your/detailed information as I can at one time. I realized that this is not good because I am easily distracted and lost, more importantly, depressed and frustrated. so I won't try to include all of the commands but those frequently-used. the only way to drive things moving forward is to do it quick and dirty. you can always refine it later if necessary. and this is called executive ability.

According to this article:

0. command line CD to your local project Repository

1. Type git init to initialize this local repository as a git Repo

2. Git Add. To add files

3. Git commit-M 'some message'

4. Git remote add origin <some remote repo URL>

5. Git push origin master (you might need to input your username and password of GitHub account.

GitHub for beginners and my future references

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.