If you developed your feature branch locally, you just have to use:
git request-pull origin/master feature/awesomeFeature
This will only give you a summary of the changes. If you want every detail, remember to add -p
(for patch) to your command line.