-
-
Save jkubicek/4441606 to your computer and use it in GitHub Desktop.
Oneliner bash command for opening the current git repo in github
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --get remote.origin.url | sed 's#^[^:]*.\([^.]*\)\.git#http://github.com/\1#' | xargs open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alias gho=""
gho = 'GitHub Open'