Git
Git 简介
常用命令
1. 配置用户信息
git config --global user.name "Your Name"git config --global user.email "your_email@example.com"2. 创建和克隆仓库
git initgit clone <repository-url>
3. 查看状态
4. 添加和提交更改
5. 查看提交历史
6. 分支管理
7. 合并分支
8. 远程仓库管理
9. 撤销操作
10. 标签管理
Git 与 GitHub
使用场景
最后更新于