How to create Pull request or merge PR

1.5k views Asked by At

I'm able to clone fetch push to a repo. Similarly Is it possible to create pull request or merge PR using Go?

"gopkg.in/src-d/go-git.v4"
2

There are 2 answers

0
pacuna On BEST ANSWER

PR's are not part of the Git core but from the Git hosting service you are using. For example, if you use Github you would need to use a Github go library for those operations,.

0
mnvbrtn On