Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在个人项目中使用 PyGithub。我有两个存储库:upstream 和 fork。我想将我的 fork 主分支的提交反向移植到旧版本的分支中。然后使用该提交向上游的旧版本分支提交拉取请求。PyGithub 看起来很直观,但我不明白是否可以使用该库进行挑选......有人可以帮忙吗?