Updated README.md to include new Protect Branches

This commit is contained in:
Sovereignty 2024-12-04 03:48:42 +00:00
parent 7abed1292a
commit 9d0b93e3d6

View file

@ -25,3 +25,11 @@ 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.
## 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.