Comparing a forked repo on GitHub open wrong repo
See original GitHub issueIf you fork a repo, then attempt to Branch > Compare on GitHub
or Create Pull Request
on that repo, the browser will open the original repo instead.
forked repo https://github.com/tierninho/map
original repo https://github.com/ng2-ui/map
URLS that are opened are: https://github.com/ng2-ui/map/compare/master...tierninho:test
https://github.com/ng2-ui/map/compare/master...tierninho:test?expand=1
tested in 1.0.5-beta0, mac
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Working with forks - GitHub Docs
A fork is a copy of a repository that you manage. Forks let you make changes to a project without affecting the original...
Read more >Syncing a fork - GitHub Docs
Syncing a fork branch from the web UI. On GitHub, navigate to the main page of the forked repository that you want to...
Read more >About forks - GitHub Docs
A fork is a copy of a repository that you manage. Forks let you make changes to a project without affecting the original...
Read more >Creating a pull request from a fork - GitHub Docs
Navigate to the original repository where you created your fork. · Above the list of files, click Pull request. · On the Compare...
Read more >Comparing commits - GitHub Docs
You can compare your base repository and any forked repository. This is the view that's presented when a user performs a Pull Request...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is kinda dependent on https://github.com/desktop/desktop/issues/2364, as currently we don’t know anything about a forked repository’s parent.
Closing this out as the behaviour is all driven by GitHub The Website rather than the app - see this comment for the redirects - and I think this is a pattern we want to encourage.
If anyone else has feelings on this, just shout and we can revisit.