git是用来做版本控制的,在本节博客中,主要介绍git的下载,以及简单的配置
Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.
1. 下载git
https://git-scm.com
选择Downloads选项卡
下载对应的版本号,然后安装,查看版本信息
2.创建github账户