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 3e8c908 commit 0189caeCopy full SHA for 0189cae
git-open
@@ -187,7 +187,7 @@ 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?at=$remote_ref"
+ 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
193
# Anything before the 'scm' is part of the server's root context
0 commit comments