How to create a Git pull request from Eclipse
I cannot find in egit documentation how to create a pull request from Eclipse after you push a branch to the remote repository.
All the search queries I've tried are pulling command line responses or answers to a question on how to do this from the web interface.
So now I need:
- Check in and commit locally to your branch
- Make "Team → Push Branch ..."
- Once this is complete, open the remote repository from a web browser and create a pull request from my branch.
I want to be able to do this last step from within Eclipse.
+4
source to share