Technology Stack
git config --global user.name "snopzyz" git config --global user.email "1411390466@qq.com"
这里的 user.name 和 user.email 与我们的远程仓库平台账号并无关系,只是用来区分用户
user.name
user.email
git config --list
起步介绍 git 仓库基本组成