Git installation Tutorials

Source: Internet
Author: User

Msysgit is the Windows version of Git, download from Https://git-for-windows.github.io (slow students please go to the domestic mirror), and then press the default option to install.

After the installation is complete, find Git Bash in the Start menu and pop out a command-line window that shows that the GIT installation was successful!

After the installation is complete, you will need the final step, and at the command line, enter:

" Your Name "  "[email protected]"

Note the parameters of the command, which is git config global used to indicate that all of your git repositories on this machine will use this configuration, and you can also specify a different user name and email address for a particular repository.

To view the git version command:

$ git--version

To view the git all configuration Items command:

$ git config-l

Getting Started with git under Windows http://blog.csdn.net/renfufei/article/details/41647773

Git installation Tutorials

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.