Skip to content

gitPython - Pull request url. Once we do git push, is there a way to get the PR url back from the cmd line? I was not able to get any libraries return that. Is this possible? #1149

Answered by Byron
mehtapinal asked this question in Q&A
Discussion options

You must be logged in to vote

I think what you can try is to implement your own progress delegate (search for 'progress') to see if it gets to see the given line of the remote.

Generally GitPython sees all lines sent by the remote and definitely makes all of them available to the delegate. It's probably worth perusing the code to see how exactly it works, and how it is used.

Please feel free to post follow ups on the closed issue.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Byron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #990 on February 26, 2021 11:18.