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.