摘要: ## 工作区→暂存区→版本库 ## 设置用户名、邮箱 1. `git config --global user.name xxx` : 设置全局用户名, 信息记录在`~/.gitconfig` 文件中 2. `git config --global user.email xxx@xxx.com` : 阅读全文
posted @ 2023-08-06 10:04 LH寒酥 阅读(24) 评论(0) 推荐(0)