-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels