Git专题
文章目录
- 一、Git 介绍
- 1.2. Linux 环境安装并配置Git
- 1.3. 在windows安装git
- 1.4. Windows配置Git 篇
- 1.5. 创建git仓库
- 二、时光机穿梭
- 2.1. 版本回退
- 2.2. 工作区和暂存区
- 2.3. 管理修改
- 2.4. 撤销修改
- 2.5. 删除文件
- 三、远程仓库
- 3.1. 添加远程库
- 3.2. 从远程库克隆
- 四、分支管理
- 4.1. 创建与合并分支
- 4.2. 解决冲突
- 4.3. 分支管理策略
- 4.4. Bug分支
- 4.5. Feature分支
- 4.6. 多人协作
- 4.7. Rebase
- 五、标签管理
- 5.1. 创建标签
- 5.2. 操作标签
- 六、远程仓库选择
- 6.1. 使用GitHub
- 6.2. 使用码云
- 6.3. 使用GitLab
- 七、自定义Git
- 7.1. 忽略特殊文件
- 7.2. 配置别名
- 7.3. 搭建Git服务器
一、Git 介绍
https://blog.csdn.net/weixin_40816738/article/details/94592891
1.2. Linux 环境安装并配置Git
https://blog.csdn.net/weixin_40816738/article/details/90383728
1.3. 在windows安装git
https://blog.csdn.net/weixin_40816738/article/details/90665242
1.4. Windows配置Git 篇
https://blog.csdn.net/weixin_40816738/article/details/94545337
1.5. 创建git仓库
入门试炼:https://blog.csdn.net/weixin_40816738/article/details/94557068
进阶篇:https://blog.csdn.net/weixin_40816738/article/details/94546053
二、时光机穿梭
2.1. 版本回退
https://blog.csdn.net/weixin_40816738/article/details/94585848
2.2. 工作区和暂存区
https://blog.csdn.net/weixin_40816738/article/details/94587187
2.3. 管理修改
https://blog.csdn.net/weixin_40816738/article/details/94587906
2.4. 撤销修改
https://blog.csdn.net/weixin_40816738/article/details/94588194
2.5. 删除文件
https://blog.csdn.net/weixin_40816738/article/details/94588373
三、远程仓库
3.1. 添加远程库
https://blog.csdn.net/weixin_40816738/article/details/94588413
3.2. 从远程库克隆
https://blog.csdn.net/weixin_40816738/article/details/94592391
四、分支管理
4.1. 创建与合并分支
https://blog.csdn.net/weixin_40816738/article/details/94592450
4.2. 解决冲突
https://blog.csdn.net/weixin_40816738/article/details/94592522
4.3. 分支管理策略
https://blog.csdn.net/weixin_40816738/article/details/94592791
4.4. Bug分支
https://blog.csdn.net/weixin_40816738/article/details/94592800
4.5. Feature分支
https://blog.csdn.net/weixin_40816738/article/details/94592808
4.6. 多人协作
https://blog.csdn.net/weixin_40816738/article/details/94592812
4.7. Rebase
https://blog.csdn.net/weixin_40816738/article/details/94592831
五、标签管理
5.1. 创建标签
https://blog.csdn.net/weixin_40816738/article/details/94592842
5.2. 操作标签
https://blog.csdn.net/weixin_40816738/article/details/94592850
六、远程仓库选择
6.1. 使用GitHub
https://blog.csdn.net/weixin_40816738/article/details/94592853
6.2. 使用码云
https://blog.csdn.net/weixin_40816738/article/details/94592856
6.3. 使用GitLab
同上
七、自定义Git
7.1. 忽略特殊文件
https://blog.csdn.net/weixin_40816738/article/details/94592873
7.2. 配置别名
https://blog.csdn.net/weixin_40816738/article/details/94592881
7.3. 搭建Git服务器
https://blog.csdn.net/weixin_40816738/article/details/94592888