Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-suite branch created but never switched to #364

Closed
sjvrijn opened this issue Jun 17, 2024 · 1 comment · Fixed by #368
Closed

test-suite branch created but never switched to #364

sjvrijn opened this issue Jun 17, 2024 · 1 comment · Fixed by #368

Comments

@sjvrijn
Copy link
Contributor

sjvrijn commented Jun 17, 2024

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants