Skip to content

Commit b70cab3

Browse files
authored
Merge branch '6.0' into vale-ignore-styles-contractions-units
2 parents 0f9919a + 743034b commit b70cab3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/contributing/documentation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ This section describes how to make contributions to files in the `plone/document
159159
1. Create a new branch from `6.0`.
160160
161161
```shell
162-
git checkout -b <new_branch>
162+
git switch -c <new_branch>
163163
```
164164
165165
1. Edit files, save, preview, and test.
@@ -247,7 +247,7 @@ We currently use the branches `plone/[email protected]`, `plone/plone.api@master
247247
1. Create a new branch from the development branch.
248248
249249
```shell
250-
git checkout -b <new_branch>
250+
git switch -c <new_branch>
251251
```
252252
253253
1. Make edits to files in `docs/<external_package>` using your favorite editor, and save, preview, and test.

docs/contributing/first-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Then create a new branch from the default branch, and check it out to work on it
128128
We recommend using a branch name that includes the issue number and is descriptive of what it resolves.
129129

130130
```shell
131-
git checkout -b branch_name
131+
git switch -c branch_name
132132
```
133133

134134
Now you can edit your code without affecting the default branch.

0 commit comments

Comments
 (0)