Created
October 11, 2018 13:44
-
-
Save danrspencer/0b75870b9c0d69fbc0a4011d68524edf to your computer and use it in GitHub Desktop.
Open all pages for git commits matching regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log --grep "##regex##" --basic-regexp --pretty=format:%h | xargs -I '{}' open https://github.com/danrspencer/repo/commit/'{}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment