Skip to content

Instantly share code, notes, and snippets.

@aldrichtr
Forked from igrigorik/github.bash
Created December 22, 2023 23:55
Show Gist options
  • Save aldrichtr/857206218ea9dac62c515aa210c57260 to your computer and use it in GitHub Desktop.
Save aldrichtr/857206218ea9dac62c515aa210c57260 to your computer and use it in GitHub Desktop.
Open GitHub URL for current directory/repo...
alias gh="open \`git remote -v | grep [email protected] | grep fetch | head -1 | cut -f2 | cut -d' ' -f1 | sed -e's/:/\//' -e 's/git@/http:\/\//'\`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment