When viewing a commit, it can be super useful to know what pull request the commit was introduced in.
This is possible through github. You can achieve this by searching the repo for a commit hash, and then filtering by Issues. This works, but takes a few clicks and isn’t obvious .
This chrome extension shows the associated pull requests directly to the commit page.
Install from the Chrome Store .
If you’d like to develop the extension, see instructions below
Boilerplate from https://github.com/schovi/webpack-chrome-extension
First, run npm install
.
Now, you should do this before editing any code to see how it works:
npm start
(or npm run dev
) which will start webpack-dev-server chrome://extensions/
Developer mode
Load unpacked extension
npm run build
转载本站任何文章请注明:转载至神刀安全网,谢谢神刀安全网 » Chrome extension that shows GitHub pull requests for commit