Draymonders / Code-Life

The marathon continues though.
27 stars 3 forks source link

同步git fork源 #122

Open Draymonders opened 3 years ago

Draymonders commented 3 years ago
  1. 添加上游仓库
    git remote add upstream git@github.com:xxx/yyy.git
  2. 拉取上游变动
    git fetch upstream
  3. 合并
    git merge upstream/master
  4. 更新自己远端仓库分支
    git push origin master