-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Pull upstream/master into fork #2488
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
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
I'd really like to have this; Even if it's creating a pull request like on github/lab. |
I found similar feature in 1.12.0-rc1 when I try the 1.12.0-rc1 yesterday. seems: #11327 |
Also, I had tried to manually put forkuser:branch in the compare url, but that didn't work. :/ (on stable tho, or maybe i did smth wrong) |
@locness3 The compare page fork options have been substantially improved on 1.12 - so that problem should disappear very soon. |
It's posible |
[x]
):Description
There is currently no way to pull changes made in upstream into your fork. As a timeline:
Fork third-party/project into you/project.
third-party/project:master receives new commits.
You want to update you/project:master to also contain those commits.
Ideally there would be a very simple button somewhere to achieve this. GitHub and GitLab currently solve this by creating a pull request against yourself, but that is rather clunky and fault-prone (you have to manually make sure to fast-forward). In Gitea I haven't yet found a way to create a pull request against yourself from the upstream repository, but even so it'd be nice just to have a simple button to achieve this task without a pull request.
The text was updated successfully, but these errors were encountered: