Skip to content

Commit

Permalink
Merge pull request #63 from carpentries-incubator/feat/git-switch-not…
Browse files Browse the repository at this point in the history
…-branch

switch not branch
  • Loading branch information
Scottan authored Mar 18, 2024
2 parents 0aec10f + 92a1a16 commit a613b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/21-automatically-testing-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ a common term we use to refer to sets of tests - that we'll use for our test wri

~~~
$ git switch develop
$ git branch -c test-suite
$ git switch -c test-suite
~~~
{: .language-bash}

Expand Down

0 comments on commit a613b56

Please sign in to comment.