carpentries-incubator / python-intermediate-development

"Intermediate Research Software Development Skills (Python)" Lesson Material
https://carpentries-incubator.github.io/python-intermediate-development/
Other
43 stars 51 forks source link

test-suite branch created but never switched to #364

Open sjvrijn opened 2 weeks ago

sjvrijn commented 2 weeks ago

In episode 2.1, the test-suite branch is created using git branch -c test-suite, but is not followed by an explicit git switch test-suite command. If participants follow the instructions to the letter, this means that they are performing all their commits on the develop branch instead. At the end of the lesson, no switch instructions are given before git push origin test-suite, which then contains no new commits.

Is this supposed to be git switch -c test-suite instead?

anenadic commented 2 weeks ago

Hi, yes it is - thank you for spotting this @sjvrijn. Any chance you can do a PR please?