Uh oh!
There was an error while loading. Please reload this page.
How to perform pull request using GitPython? #2059
Answered
byByron
wyatt-wong
asked this question in
Q&A
I checked the GitPython Tutorrial and GitPython API Reference but was unable to find how to perform a pull request using GitPython. |
Answered by
Byron
Jul 20, 2025
Replies: 1 comment
GitHub is a forge, whereas GitPython allows to interact with Git repositories. To interact with GitHub, one would need a GitHub client. |
0 replies
Answer selected byByron
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
GitHub is a forge, whereas GitPython allows to interact with Git repositories. To interact with GitHub, one would need a GitHub client.