Gitea 從 1.13 版開始支援某些 push options 。
1.13
repo.private
repo.template
以下範例修改儲存庫的可見性為公開:
git push -o repo.private=false -u origin master