fork 后本地仓库添加,这里例如 skopeo
- 先添加上游
git remote add upstream https://github.com/containers/skopeo.git
- 拉取上游
git fetch upstream
- 把上游的 main 合并到本地 main
git rebase upstream/main
然后 check -b
一个新分支改了提交,后续 main 分支按照 2,3
步骤操作同步
fork 后本地仓库添加,这里例如 skopeo
git remote add upstream https://github.com/containers/skopeo.git
git fetch upstream
git rebase upstream/main
然后 check -b
一个新分支改了提交,后续 main 分支按照 2,3
步骤操作同步
Uh oh!
There was an error while loading. Please reload this page.