Using Gitea UI web interface only : How to keep the master branch of a fork up-to-date with the master branch of its origin repository (upstream)?

Using UI web interface only, without any command line, how is it possible to keep update the master branch of a public fork located on a gitea instance, from the master branch of the origin public repository of this fork also located on the same gitea instance?

This question is related to git collective usage in a “Forking workflow” or “Fork & pull workflow” way, using only Gitea UI in order to try to reproduce what Gitlab.com offers as explains in Gitlab : How to keep your fork up to date with its origin documentation.

1 Like