Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote with same url should only show once #183

Closed
ffes opened this issue Oct 30, 2017 · 1 comment
Closed

Remote with same url should only show once #183

ffes opened this issue Oct 30, 2017 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ffes
Copy link

ffes commented Oct 30, 2017

  • GitLens Version: 5.7.1
  • VSCode Version: 1.17.2
  • OS Version: Win10

For my public repo's I always clone with HTTPS and push with SSH. This way I don't have to authorize to pull/fetch the latest changes.

So this is my workflow:

git clone https://gitlab.com/ffes/ffes.gitlab.io.git
cd ffes.gitlab.io
git remote set-url --push origin git@gitlab.com:ffes/ffes.gitlab.io.git

But this results in two entries per remote in the code lens extension.
git-lens

It would be great the two would be shown as one entry, since they are the same URL. Only the protocol is different.

Especially annoying when you right-click an entry, choose Open Repository in Remote and I have to choose which remote to use. I already chose an entry and they result in the same URL to be opened.

@eamodio eamodio added this to the Soon™ milestone Oct 30, 2017
@eamodio eamodio added the bug Something isn't working label Oct 30, 2017
@eamodio eamodio self-assigned this Oct 30, 2017
@eamodio eamodio changed the title Show remote only once Remote with same url should only show once Oct 30, 2017
@eamodio eamodio added the pending-release Resolved but not yet released to the stable edition label Nov 2, 2017
@eamodio eamodio closed this as completed in be5afb7 Nov 9, 2017
@eamodio eamodio removed the pending-release Resolved but not yet released to the stable edition label Nov 9, 2017
@eamodio eamodio removed this from the Soon™ milestone Jul 19, 2019
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants