Skip to content

Commit 3fc7163

Browse files
committed
change 'branch -c' to 'switch -c' for test-suite
1 parent fd3efdc commit 3fc7163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/21-automatically-testing-software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ a common term we use to refer to sets of tests - that we'll use for our test wri
9090

9191
~~~
9292
$ git switch develop
93-
$ git branch -c test-suite
93+
$ git switch -c test-suite
9494
~~~
9595
{: .language-bash}
9696

0 commit comments

Comments
 (0)