Add Git Branching Workshop - exercises to build branching mental model#1826
Add Git Branching Workshop - exercises to build branching mental model#1826chinar-amrutkar wants to merge 1 commit intoCodeYourFuture:mainfrom
Conversation
👷 Deploy request for cyf-curriculum pending review.Visit the deploys page to approve it
|
👷 Deploy request for cyf-common pending review.Visit the deploys page to approve it
|
cifarquhar
left a comment
There was a problem hiding this comment.
Thanks for this @chinar-amrutkar, looks good! I have a couple of comments on the content which I've added in-line.
Did you have any thoughts on which sprint this should be part of?
|
|
||
| Look at this diagram of a repository: | ||
|
|
||
| ``` |
There was a problem hiding this comment.
Could you update these diagrams to use Mermaid for consistency with other parts of the course?
|
|
||
| ### Exercise: Two Coursework Pieces, Two Branches | ||
|
|
||
| Your trainer will share a link to a practice repository. For this exercise, you will complete two separate pieces of coursework on two separate branches. |
There was a problem hiding this comment.
Does this repo exist already or does it need to be created?
|
|
||
| Now create a second branch, also from `main`: | ||
|
|
||
| ``` |
There was a problem hiding this comment.
The branching notes in the Onboarding module show how to create a branch in VSCode but not the command line. Could you add something here to clarify that these are terminal commands and that this could still be done in VSCode if trainees prefer to sue that method?
Addresses #1672