MergePRo - A collaboration tool for developers to manage their codebase and Pull Requests efficiently.
- Install the [Chrome extension]
- Create a GitHub personal access token with the repo permission
- Enter the token into the extension
- Enjoy
If you don't trust a random browser extension on the Internet with your GitHub token, that's understandable.
Here's how to build the extension yourself from source:
- Install Npm.
- Install dependencies with
npm install
. - Run
npm run build
for Mac/Linux andnpm run build-windows
for Windows. - In Chrome, go to chrome://extensions and enable "Developer mode" in the top-right corner.
- Click "Load unpacked" and select the generated
dist/
directory.