标签: github
如何合并/获取上游到我的fork的问题/拉取请求?
我想申请PullRequest,但我不确定如何从上游分叉Pull-request?
或者我需要添加请求者存储库?
答案 0 :(得分:1)
结帐this article。基本前提是为上游仓库添加远程(git remote add upstream https://github.com/otheruser/repo.git)。这使您可以轻松访问该存储库中的任何提交(PR等)
git remote add upstream https://github.com/otheruser/repo.git