概述
- Git 是一个开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
- Git 是 Linus Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的版本控制软件。
- Git 与常用的版本控制工具 CVS, Subversion 等不同,它采用了分布式版本库的方式,不必服务器端软件支持。
安装 Git
下载
Git 官网下载安装说明:https://git-scm.com/book/zh/v2/起步-安装-Git
下载地址:https://git-scm.com/download/win
安装
下载完之后,双击安装
选择安装目录
选择组件
开始菜单目录名设置
选择使用命令行环境
以下三步默认,直接点击下一步
安装完成
检验是否安装成功:回到电脑桌面,鼠标右击如果看到有两个 Git 单词则安装成功
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 !