Skip to content

Instantly share code, notes, and snippets.

@atika
Created October 21, 2015 08:34
Show Gist options
  • Save atika/6c45fb5e64148ced2c08 to your computer and use it in GitHub Desktop.
Save atika/6c45fb5e64148ced2c08 to your computer and use it in GitHub Desktop.
Alias to open a GitHub URL from a Git Repo
github-open-url='git remote -v | grep fetch | grep -oE '\''https://github.com/\S+'\'' | xargs -I{} open {}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment