# Git **Repository Path**: ilikui/Git ## Basic Information - **Project Name**: Git - **Description**: This is Git Help doc - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-10 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > GIT使用手册 > 2022-7-11 ![Git.png](https://s2.loli.net/2022/07/09/hdISQDV2TRg5FKW.png) - [GIT介绍](#git介绍) - [GIT下载](#git下载) - [GIT基本操作](#git基本操作) - [常用GIT 服务](#常用git-服务) - [1.GitHub](#1github) - [2.GitLab](#2gitlab) - [3.Gitee](#3gitee) - [4.SVN](#4svn) ## GIT介绍 ```html Git(读音为/gɪt/)是一个开源的分布式版本控制系统,可以有效、高速地处理从很小到非常大的项目版本管理。 [1] 也是Linus Torvalds为了帮助管理Linux内核开发而开发的一个开放源码的版本控制软件。 ``` ## GIT下载 下载地址: [:arrow_down:](https://github.com/git-for-windows/git/releases/download/v2.37.0.windows.1/Git-2.37.0-64-bit.exe) ## GIT基本操作 `git status` `git pull/fetch` ## 常用GIT 服务 ### 1.GitHub ### 2.GitLab ### 3.Gitee ### 4.SVN