Learn About Git Bash

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选项卡

下载对应的版本号,然后安装,查看版本信息

Learn About Git Bash

 

 

2.创建github账户

 

Learn About Git Bash

 

上一篇:MyBatis绑定Mapper接口参数到Mapper映射文件sql语句参数


下一篇:mysql8.0创建用户并授予权限