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.
2 parents fd3efdc + 3fc7163 commit 9922f5bCopy full SHA for 9922f5b
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