git 简介(为什么需要用 git 版本管理)
官方地址:https://git-scm.com/downloads
点击链接-查看配置 git
主要的配置内容如下:
$ git config --global user.name "Your Name" $ git config --global user.email "email@example.com"
git - 阮一峰教程