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.
我可以将 fetch push 克隆到 repo。同样是否可以使用 Go 创建拉取请求或合并 PR?
"gopkg.in/src-d/go-git.v4"
PR 不是 Git 核心的一部分,而是来自您正在使用的 Git 托管服务。例如,如果您使用 Github,则需要使用 Github go 库来执行这些操作。
使用这种类型来创建拉取请求
https://godoc.org/github.com/google/go-github/github#PullRequestsService.Create