markdown 将最新的上游变更合并到正在进行的PR中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 将最新的上游变更合并到正在进行的PR中相关的知识,希望对你有一定的参考价值。

# How to merge the latest upstream changes into a PR-in-progress

Stupidly GitHub shows the corresponding button only to the owner of the project receiving the PR, not the person creating the PR.

```
git clone https://github.com/probonopd/ippsample -b feature/appimage
cd ippsample
git pull https://github.com/istopwg/ippsample/ master
git push
```

https://github.com/isaacs/github/issues/1113

以上是关于markdown 将最新的上游变更合并到正在进行的PR中的主要内容,如果未能解决你的问题,请参考以下文章

无法将上游更改合并回我的分支

怎样使用github查看第三方库

如何将来自其他分支的未合并上游拉取请求应用到我的分支中?

git # 请输入一个提交信息以解释此合并的必要性,尤其是将一个更新后的上游分支 # 合并到主题分支。

svn合并

代码合并到master分支