How to create a Git pull request from within Eclipse

11,008

This is not possible. Neither with egit nor with the github mylyn connector (which only allows you to track existing pull requests). You have to use the browser or other tools.

However, if your git server returns a result message containing a URL to your newly pushed branch, then the push result dialog shows that URL as a clickable link that you can use to open your browser more quickly on the right page to create a pull request.

Share:
11,008
user3481957
Author by

user3481957

Updated on June 28, 2022

Comments

  • user3481957
    user3481957 almost 2 years

    I can't seem to find in the egit documentation how to create a pull request from within Eclipse once you push a branch to a remote repository.

    All the searches I've tried pull up command line answers or answers on how to do it from the web interface.

    So right now I'm having to:

    • Make changes and commit locally to my branch
    • Do a "Team -> Push Branch..."
    • Once that's complete then open the remote repository from web browser and create a pull request from my branch there.

    I want to be able to do that last step from within Eclipse.