Closed
Description
- Gitea version (or commit ref): Unknown
- Git version: 2.14.1
- Operating system: openSUSE Tumbleweed
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
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.