From 9d0b93e3d6bb4eed3d6bd1aff0857ceb4f865e85 Mon Sep 17 00:00:00 2001 From: Sovereignty Date: Wed, 4 Dec 2024 03:48:42 +0000 Subject: [PATCH] Updated README.md to include new Protect Branches --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aaa482..b687a55 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,12 @@ The default project json is a little advanced for some individuals' tastes. You Use the init.meta.json to ignore descendant/neighbor files when syncing. This means that it will not overwrite non rojo files that may be present only in Roblox Studio. -Clone this file into whatever folder this functionality would be applicable to you. \ No newline at end of file +Clone this file into whatever folder this functionality would be applicable to you. + +## Branches + +The repository has two protected branches. +- main + - Does not allow for code to be pushed to main, and merging a branch into main requires approval before doing so. +- testing + - Does not allow for code to be pushed to testing, however merging is permitted as this branch is intended for testing code. \ No newline at end of file