From 8421fd46441f18a33063c1fb1001a676293a5986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Tue, 14 Mar 2023 22:17:59 +0100 Subject: [PATCH] docs: push-options: use main instead of master Closes: https://codeberg.org/forgejo/website/issues/183 --- v1.19/user/push-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```