How to perform pull request using GitPython? #2059
Answered
by
Byron
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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Byron
Sign up for free
to 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.