Gho is a fish shell function :
function gho
open https://(git config --get remote.origin.url|sed -e s/.git//g|sed s,:,/,g)/$argv
end
With gho, you can :
gho pulls to open pull requests page.
gho issues to open issues page.
gho pull/12 to open pull #12.
gho something to open current directory's repo's URL/something.