Skip to content

Suggestion for _episode 21 #51

@emmasimp

Description

@emmasimp

In the first code box:
$ git switch develop
$ git branch -c test-suite

Would it be better to use
$ git checkout -b test-suite

So you are automatically switched to the new test-suite branch? Or include the extra command
$ git switch test-suite

Because I dont think later in the code when it comes time to commit to the test-suite branch we actually say make sure to switch to the correct branch.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions