Using Multiple Branches
For a more advanced branching and Pull-Request workflow, checkout TinaCloud's Editorial Workflow (only available on Business and Enterprise plans).
If your content editors need to work on multiple branches, you can enable TinaCMS's branch switching plugin. This allows you to create new branches and switch between them from TinaCMS's UI. In the future, we'll build on this foundation and support creating pull requests, merging, and other related workflows.
Installation
Simply add the branch-switcher flag to your CMS callback function in your TinaCMS config file. If your site does not already make use of the CMS callback function, add this to your config.
For an example, see this repo.
Demo
Here is a quick video demo of TinaCMS's branch plugin