0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-22 17:48:39 -05:00
forgejo-docs/user/push-options.md
2023-08-13 13:09:21 +01:00

676 B

layout title license origin_url
~/layouts/Markdown.astro Push Options Apache-2.0 699f20234b/docs/content/doc/usage/push-options.en-us.md

There is support for some push options.

  • repo.private (true|false) - Change the repository's visibility.

    This is particularly useful when combined with push-to-create.

  • repo.template (true|false) - Change whether the repository is a template.

Example of changing a repository's visibility to public:

git push -o repo.private=false -u origin main