mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Push option bonus for PTC docs (#23473)
Follow-up for #23458 I could have suggested this on the original PR, but I thought there would be more to add. Hadn't noticed the push options docs already had nearly the same shell command. 😅 Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
@@ -29,5 +29,5 @@ were added.
|
||||
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
|
||||
```
|
||||
|
Reference in New Issue
Block a user