diff --git a/v1.19/user/push-options.md b/v1.19/user/push-options.md index 46a846fd..fc2942c5 100644 --- a/v1.19/user/push-options.md +++ b/v1.19/user/push-options.md @@ -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 ```