mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-11 07:56:16 -04:00
commit
afd7fee2b2
2
git-open
2
git-open
|
|
@ -56,7 +56,7 @@ branch=${branch//%/%25} && branch=${branch//#/%23}
|
|||
# URL normalization
|
||||
# GitHub gists
|
||||
if grep -q gist.github <<<$giturl; then
|
||||
giturl=${giturl/git\@gist.github\.com\:/https://gist.github.com}
|
||||
giturl=${giturl/git\@gist.github\.com\:/https://gist.github.com/}
|
||||
providerUrlDifference=tree
|
||||
|
||||
# GitHub
|
||||
|
|
|
|||
Loading…
Reference in a new issue