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:
parent
a13e09f90e
commit
8421fd4644
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue