git-open icon indicating copy to clipboard operation
git-open copied to clipboard

Support bitbucket repos cloned with ssh

Open prabhu43 opened this issue 5 years ago • 2 comments

If an incorrect URL is opened, please provide the following so we can write a test:

Example clone url:

ssh://[email protected]/project1/repo1.git

Example branch name:

master

Expected web URL:

https://bitbucket.scm.com/projects/project1/repos/repo1

prabhu43 avatar Oct 10 '20 16:10 prabhu43

I will work on this

prabhu43 avatar Oct 10 '20 16:10 prabhu43

Example clone url:

git clone [email protected]:org-name/repo-name.git

Example branch name:

branch-name

Expected web URL:

https://bitbucket.org/org-name/repo-name/branch/branch-name

ptz0n avatar Feb 17 '21 08:02 ptz0n