Git detailed installation tutorial (windows)

Git is currently the mainstream version management tool on the market. Before Git, Linus used manual methods to maintain code. The biggest difference between Git and SVN is that Git is distributed and SVN is centralized.

Centralized: There is a central server that needs to be connected to the network to perform update upload operations.

Distributed: You only need to have your own version library, and you can manage work without connecting to the network, which greatly improves work efficiency.

Today we are familiar with the installation process of Git

Download address : https://git-scm.com/downloads

When we start the installation, as shown below: directly click Next

Step 2: File location storage, install according to your own computer disk (recommend not to install to C drive)

Step 3: Install the configuration file, select everything you need

Step 4: Do not create a startup folder, the next step:

Step 5: Just go to the next step:

Step 6: Select the default editor. If there is no special requirement, just use the recommended one.

Step 7: Use the default settings

Step 8: Configure the end-of-line tag and keep the default "Checkout"

Step 9: In the terminal emulator selection page, the default is OK, after configuration, Git

Step 10: Configure Git and select the default

Step 11: Installation

Step 11: Installation process

This is the end of the installation, and you are welcome to leave a comment!

Guess you like

Origin blog.csdn.net/TGB_Tom/article/details/109195554
Recommended