Skip to content

Instantly share code, notes, and snippets.

@danrspencer
Created October 11, 2018 13:44
Show Gist options
  • Save danrspencer/0b75870b9c0d69fbc0a4011d68524edf to your computer and use it in GitHub Desktop.
Save danrspencer/0b75870b9c0d69fbc0a4011d68524edf to your computer and use it in GitHub Desktop.
Open all pages for git commits matching regex
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