Common git commands

Source: Internet
Author: User

1. Create a git repository

???? Git init--bare library name

????

2. Clone the resource under the user folder

???? git clone < Warehouse directory >/g/software/repository/git/itheima < user directory >.

???? Note: The user directory must be empty when clone

?

3. Create a file that is included in version control.

???? git add < filename >

???? The first execution would warn: WARNING:LF will is replaced by CRLF in Readme.txt.

???????????????????????? The file would have their original line endings in your working directory.

???? Warning Handling: User information needs to be configured

???????????????????? git config user.name = "Zhangsan"

???????????????????? git config user.email = "[Email protected]"

????????????????????

4. Submit to the local repository.

???? Git commit < file name >

????

5. Push to the remote shared repository

???? Git push Origin Master

????

6. Switch users, pull up the latest files

???? Git pull

????

Common git commands

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.