Skip to content

Commit 4ce9582

Browse files
authored
Use modern git syntax to create a new branch
1 parent a843287 commit 4ce9582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ folder structure for our CI
162162

163163
``` { .bash .copy }
164164
cd cicd-demo # (1)!
165-
git checkout -b add_ci_to_project # (2)!
165+
git switch -c add_ci_to_project # (2)!
166166
mkdir --parents .github/workflows/ # (3)!
167167
```
168168

0 commit comments

Comments
 (0)