git 使用小记
----作者:谭耀武
概述
本文以 PublicCMS 为例对 git 的一些操作进行说明
1. fork 版地址:https://gitee.com/tywo45/PublicCMS.git
2. 原版 地址:https://gitee.com/sanluan/PublicCMS.git
操作步骤
一次性操作
clone 你 fork 的项目
git clone --depth=5 https://gitee.com/tywo45/PublicCMS.git
吐槽一下,码云这个下载速度也太快了,github 上得下载老半天
查看远程库
git remote -v
添加原作者库(该操作只需操作一次即可)
git remote add upstream https://gitee.com/sanluan/PublicCMS.git
再看一下远程库,应该多了一个