Git column directory

Git column directory

overview

The " Git Version Control " column includes: Git introduction, Git installation and configuration, error handling, user manual, Git manual in IDE, etc.

This article provides an index for Git-related documents, making it easy to locate the required documents.

This article is divided into the following modules:

  1. Introduction to Git
  2. Git installation and configuration
  3. Git manual
  4. Git related IDE installation and configuration
  5. Version control related rules
  6. Git reference book "Pro Git" link

Table of contents

1. Introduction to Git


2. Git installation and configuration

2.1. Git installation tutorial

2.2. Git configuration: set username (user.name) and email (user.eamil)

2.3. Git Configuration: Filenames are case-sensitive

2.4. Git file name Chinese garbled solution

2.5. Git error: "Filename too long"


3. Git manual

3.1. Git submit branch merge request (Gitea)

3.2. Git - VSCode User Manual

3.3. Git Bash (command line) manual

3.4. Git Common Commands


4. Git related IDE installation and configuration

4.1. VSCode installation tutorial

4.2. VSCode complete uninstallation

4.3. VSCode plug-in installation: Chinese (simplified) language pack (attached: the solution does not work)

4.4. VSCode offline installation plugin

4.5. Java Installation Manual

4.6. Complete uninstallation of JDK

4.7. SpringToolSuite4 Chinese Language Pack Installation Manual


5. Version control related rules

5.1. Version number naming rules

5.2. Git branch naming rules (feature branch/hotfix branch)


6. Git reference book "Pro Git"

6.1. Git official website link

6.2. Gitee link

Guess you like

Origin blog.csdn.net/sgx1825192/article/details/129237534