文章目录
Git简介
Git 是一款免费、开源的分布式版本控制系统,能够高效地处理从小型到超大型项目的版本管理需求。
账号配置
bash
git config --global user.email "你的邮箱"
git config --global user.name "你的账号"