Skip to content

Commit 1d0bd7c

Browse files
committed
concsion
1 parent 01e3564 commit 1d0bd7c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

editor/branches.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ title: "Working with branches"
33
description: "Use branches to make and review changes without affecting your live documentation"
44
---
55

6-
Branches are a version control feature that let you create separate instances of your documentation, then merge into your main branch if you want to publish your changes. Think of a branch as a copy of your documentation where you can experiment, make edits, and test changes before they go live.
6+
Branches let you create separate instances of your documentation to make changes, get reviews, and try new approaches before publishing. Your team can work on branches to update different parts of your documentation at the same time without affecting what users see on your live site until you publish any changes.
77

8-
A benefit of branches is that your team can work simultaneously on seprate branches without getting in each other's way. Even if two different branches make changes to the same file, you will be required to resolve any conflicts before merging branches and publishing your docs updates.
9-
10-
If you decide that you don't want to publish changes from a branch, you can delete the branch with no consequences. This makes branch a safe place to experiment and try new approaches to your content.
11-
12-
We recommend that you always work from branches when you're updating your documentation. This ensures that your live site stays stable and enables review workflows for any updates.
8+
We recommend always working from branches when updating documentation to keep your live site stable and enable review workflows.
139

1410
## Creating a branch
1511

0 commit comments

Comments
 (0)