curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656b732c8110ff8936f016de.md
In software development, a branch is like a separate line of development. Think of it as a way to work on different versions of a project at the same time.
For instance, one branch can be for new features, while another is for fixing bugs.
Hey, Sarah. I was checking the BLANK we worked on BLANK when I saw a problem.
branch
A version of the project where specific changes are made.
yesterday
The day before today.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "6.1-1.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 4.3
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 5.3,
"dialogue": {
"text": "Hey, Sarah. I was checking the branch we worked on yesterday when I saw a problem.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 5.8
}
]
}