We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0189cae commit c908a50Copy full SHA for c908a50
git-open
@@ -186,7 +186,6 @@ else
186
fi
187
188
if [[ "$domain" == 'bitbucket.org' ]]; then
189
- # Bitbucket, see https://github.com/paulirish/git-open/issues/80 for why ?at is needed.
190
providerBranchRef="/src/$remote_ref"
191
elif [[ "${#pathargs[@]}" -ge 3 && ${pathargs[${#pathargs[@]} - 3]} == 'scm' ]]; then
192
# Bitbucket server always has /scm/ as the third to last segment in the url path, e.g. /scm/ppp/test-repo.git
0 commit comments