You are viewing a single thread.
View all comments 4 points
This is how I was able to get ssh urls to work into something GitHub can open in the browser. Other sites may need more adjustments
Also, open
is the Mac command
browse = "!open $(git config remote.origin.url | sed \"s/:/\\//;s/git@/https:\\/\\//\")"