005-git 版本管理

作用

git 简介(为什么需要用 git 版本管理)

下载

官方地址:https://git-scm.com/downloads

配置

点击链接-查看配置 git

主要的配置内容如下:

$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"

使用

git - 阮一峰教程

posted @ 2021-10-19 09:02  龙衣  阅读(28)  评论(0编辑  收藏  举报