From ab5e4892c8dad5dc55252151d8817d3bba31ea08 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:15:56 +0000 Subject: [PATCH] TinaCMS content update by Scott Gallant --- content/docs/tina-cloud/branching.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/tina-cloud/branching.md b/content/docs/tina-cloud/branching.md index e30fe2fdc..36bb40ad7 100644 --- a/content/docs/tina-cloud/branching.md +++ b/content/docs/tina-cloud/branching.md @@ -3,6 +3,8 @@ title: Using Multiple Branches last_edited: '2023-04-12T10:00:00.000Z' --- +> For a more advanced branching and Pull-Request workflow, checkout Tina Cloud's [editorial workflow](https://tina.io/editorial-workflow/) (only available on Business and Enterprise plans). + If your content editors need to work on multiple branches, you can enable Tina's branch switching plugin. This allows you to create new branches and switch between them from Tina's UI. In the future, we'll build on this foundation and support creating pull requests, merging, and other related workflows. ![Switch Branches](https://res.cloudinary.com/forestry-demo/image/upload/v1681311018/tina-io/docs/branch-selector_e5ndeg.gif "Switch Branches") ## Installation @@ -17,7 +19,7 @@ cmsCallback: cms => { ``` \ -For an example, see [this repo](https://github.com/tinacms/demo-incremental/blob/main/.tina/config.tsx#L16). +For an example, see [this repo](https://github.com/tinacms/demo-incremental/blob/main/.tina/config.tsx#L16). ## Demo