From ff1265e70b049ecadca86280b207458cc624c77c Mon Sep 17 00:00:00 2001 From: Johan Hellsvik Date: Wed, 6 Sep 2023 15:33:26 +0200 Subject: [PATCH] Implementing Radovan's suggestion on main or master --- content/centralized.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/centralized.md b/content/centralized.md index e96d643..20c309a 100644 --- a/content/centralized.md +++ b/content/centralized.md @@ -40,7 +40,7 @@ Features: - Typically all developers have both read and write permissions (double-headed arrows). - Suited for cases where **all developers are in the same group or organization or project**. - **Everybody who wants to contribute needs write access**. -- Good idea to write-protect the main branch (typically `main`). +- Good idea to write-protect the main branch (typically `main` or `master`). Real life examples: