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

Changes tree/branch after following a link #906

Open
rodrigograca31 opened this issue Apr 22, 2020 · 1 comment
Open

Changes tree/branch after following a link #906

rodrigograca31 opened this issue Apr 22, 2020 · 1 comment
Assignees
Labels

Comments

@rodrigograca31
Copy link

Describe the bug
It changes tree/branch after following a link

To Reproduce

  1. Go here: https://github.com/rodrigograca31/Intro-Python-II/blob/master/src/adv.py
  2. Click on one of the imports.
  3. Notice the original URL I gave you had /blob/master/... and now it has /blob/[COMMIT ID]/...

Expected behavior
It should stay in the same tree/branch and not go to the blob/commit one (/blob/master/...)

Not specific to Python. JS also at least.
Yes it works as it currently is but it got me confused and its as if it left the branch we were looking at.

@stefanbuck
Copy link
Member

I see why this is confusing and maybe there is something we can do to make this a better experience. I can't promise anything, because the full url with the commit ID is needed to make linking working in PRs. I'll look into it.

@stefanbuck stefanbuck self-assigned this Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants