A lot of code I work on lives in GitHub, both work and personal project normally make their way there quickly so maintaining it means I work with the GitHub interface quite a lot as well. To make my live a little easier I decided to create a quick Emacs function to drop me in the matching interface and create or visit the pull request I’m currently working on. Luckily most of the pieces where already out there. All that was needed was grabbing the correct URL and branch from the current repository.
https://gist.github.com/sideshowcoder/febdd8793ce1f9d810d6206e51c3da43.js
One thought on “Creating Pull Requests quickly from Emacs”