We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3efdc commit 3fc7163Copy full SHA for 3fc7163
1 file changed
_episodes/21-automatically-testing-software.md
@@ -90,7 +90,7 @@ a common term we use to refer to sets of tests - that we'll use for our test wri
90
91
~~~
92
$ git switch develop
93
-$ git branch -c test-suite
+$ git switch -c test-suite
94
95
{: .language-bash}
96
0 commit comments