Skip to content

Instantly share code, notes, and snippets.

@atika
Created October 21, 2015 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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