1
0
Fork 0
forked from forgejo/forgejo

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:
John Olheiser 2023-03-14 12:12:27 -05:00 committed by GitHub
parent 991ab3b5ad
commit 6e75739c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -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
```