Updated README.md to include new Protect Branches
This commit is contained in:
parent
7abed1292a
commit
9d0b93e3d6
1 changed files with 9 additions and 1 deletions
10
README.md
10
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.
|
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.
|
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.
|
Loading…
Reference in a new issue