Git

[Git] 1 Git 简介和安装

Git 简介和安装

Posted by Mr.Vincent on 2019-08-22
Estimated Reading Time 1 Minutes
Words 232 In Total
Viewed Times

概述

  • Git 是一个开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
  • Git 是 Linus Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的版本控制软件。
  • Git 与常用的版本控制工具 CVS, Subversion 等不同,它采用了分布式版本库的方式,不必服务器端软件支持。

安装 Git

下载

Git 官网下载安装说明:https://git-scm.com/book/zh/v2/起步-安装-Git

下载地址:https://git-scm.com/download/win
1

安装

下载完之后,双击安装
2

选择安装目录
3

选择组件
4

开始菜单目录名设置
5

选择使用命令行环境
6

以下三步默认,直接点击下一步
7

8

9

安装完成
10

检验是否安装成功:回到电脑桌面,鼠标右击如果看到有两个 Git 单词则安装成功
11


If you like this blog or find it useful for you, you are welcome to comment on it. You are also welcome to share this blog, so that more people can participate in it. If the images used in the blog infringe your copyright, please contact the author to delete them. Thank you !