Git usage instructions for project management tools

Source: Internet
Author: User
Tags git client

1. Download the GIT client tool http://msysgit.github.com/

2, Installation Msysgit

Next

Agree to the GNU agreement

Select Installation Location

Select TrueType Front, Next

Do not create a startup folder

Default Git Bash, it's ready.

Select the default checkout Style

The installation is complete.

3. Configure local Git

After installing the Msysgit, you can start to configure the development environment, create a new folder in your working directory git, like my

Choose Git folder, right click, choose Git Bash here, the shell command line interface will pop up

Generate Your public Key

Input command

Ssh-keygen–c "Your email address" –t RSA

Will generate an SSH Key for you, and then will ask some save the file location, set the password God horse, direct return, enter, enter, the default on it can

Because the main is used locally, can not use the password, the direct return to it!

OK, now for you to generate Sshkey 4, enter HTTPS://GITHUB.COM/SETTINGS/SSH add your key to view Sshkey method: Right-click Git folder to choose Git Gui, help----"Show ssh key, and paste it into your git.

5. Open Git--gui, select Clone existing version

Enter the repositories address and local destination address that you built on git, select Copy all, and then OK.

Git usage instructions for project management tools

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.