Skip to content

Commit b76005e

Browse files
committed
Clarify VS Code branch menu instructions
Updated Activity 2 to identify the correct three-dot menu location in the VS Code Source Control sidebar when merging and deleting a branch. Added an updated screenshot showing the correct menu location. Also moved the add-level-counter branch name before its screenshot example so learners see the required input before the visual example.
1 parent 8c07c56 commit b76005e

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/steps/5-step.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,10 @@ Let's start a branch and practice committing changes to it.
249249

250250
1. Select the **Create new branch...** option and use the below name.
251251

252-
<img width="350px" src="https://github.com/user-attachments/assets/d3f26f30-3f8f-4cbb-8fb2-5754838b0fdf"/>
253-
254252
```txt
255253
add-level-counter
256254
```
255+
<img width="350px" src="https://github.com/user-attachments/assets/d3f26f30-3f8f-4cbb-8fb2-5754838b0fdf"/><br/>
257256

258257
<img width="350px" src="https://github.com/user-attachments/assets/e3ce472c-650c-4674-a778-ad2e310ef0c6"/>
259258

@@ -325,17 +324,19 @@ Let's start a branch and practice committing changes to it.
325324

326325
<img width="350px" src="https://github.com/user-attachments/assets/1c2e4ce9-3c10-4fb0-9eba-e789bd1de525"/>
327326

328-
1. Click the three dot menu (`...`), then `Branch`, and select `Merge...`. Notice it performed a normal **Fast Forward** style merge.
327+
1. Click the three-dot menu (`...`) next to `stack-overflown` under the **REPOSITORIES** section. Select `Merge Branch` and choose `add-level-counter`.
329328

330-
<img width="350px" src="https://github.com/user-attachments/assets/7b21ad36-5012-4fb2-a30a-c02a5884ea52"/><br/>
329+
<img width="350px" src="./assets/source-control-repositories-menu.png"/><br/>
331330

332331
<img width="350px" src="https://github.com/user-attachments/assets/aa35bdc4-9a90-4c62-a43c-9de9838d15a6"/><br/>
333332

333+
Notice that it performed a normal Fast Forward-style merge.
334+
334335
<img width="350px" src="https://github.com/user-attachments/assets/7492e9f2-ceb4-4c10-a5da-8a20d0b59441"/>
335336

336-
1. Click the three dot menu (`...`), then `Branch`, and select `Delete Branch...`.
337+
1. Click the three-dot menu (`...`) next to `stack-overflown` under the **REPOSITORIES** section again. Select `Delete Branch` and choose `add-level-counter`.
337338

338-
<img width="350px" src="https://github.com/user-attachments/assets/7b21ad36-5012-4fb2-a30a-c02a5884ea52"/><br/>
339+
<img width="350px" src="./assets/source-control-repositories-menu.png"/><br/>
339340

340341
<img width="350px" src="https://github.com/user-attachments/assets/b75f4349-c3da-4228-95c9-9025c33f01c2"/>
341342

24.6 KB
Loading

0 commit comments

Comments
 (0)