0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-12-24 22:32:43 -05:00

docs: push-options: use main instead of master

Closes: https://codeberg.org/forgejo/website/issues/183
This commit is contained in:
Loïc Dachary 2023-03-14 22:17:59 +01:00
parent a13e09f90e
commit 8421fd4644

View file

@ -16,5 +16,5 @@ There is support for some [push options](https://git-scm.com/docs/git-push#Docum
Example of changing a repository's visibility to public:
```shell
git push -o repo.private=false -u origin master
git push -o repo.private=false -u origin main
```