Skip to content

Instantly share code, notes, and snippets.

View himalayashinde's full-sized avatar

Himalaya Shinde himalayashinde

View GitHub Profile
@himalayashinde
himalayashinde / github.bash
Created April 17, 2018 03:06 — forked from igrigorik/github.bash
Open GitHub URL for current directory/repo...
alias gh="open \`git remote -v | grep git@github.com | grep fetch | head -1 | cut -f2 | cut -d' ' -f1 | sed -e's/:/\//' -e 's/git@/http:\/\//'\`"