git installation and use of git turtle

1. Download git
and open the git official website address: https://git-scm.com/ to download. After downloading
and installing, just click next. If you like, you can change the installation path to the d drive.
For details, please refer to: git installation tutorial

2. After installation, download the little turtle and the language pack.
Download address: little turtle: tortoisegit
little turtle language pack: TortoiseGit-LanguagePack.
First download and install the little turtle and then install the language pack.

3. Use of git turtle
1. Pull the project: After copying the project address, right-click on git clone. The project address will be automatically filled in. Just confirm.Insert image description here

2. Switch branches
2.1.hover the little turtle-select switch/checkout
Insert image description here
2.2 Directly click on the branch you want to switch
Insert image description here
2.3. If the branch cannot be found and the branch is not updated: select pull and you can see the latest branch
Insert image description here
3. Pull code
3.1: Select synchronizationInsert image description here

3.2. Pull
Insert image description here

4. Submit code, process: submit-pull-push
4.1. Or synchronize
Insert image description here
4.2. Just execute it in order.
Insert image description here

Guess you like

Origin blog.csdn.net/Web_Notes/article/details/131240885