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