Skip to content

Commit 0b5a768

Browse files
Update 1_spars_checkout.md
1 parent f0019ce commit 0b5a768

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Clone the repository with blob filtering (no initial checkout)
1+
### Clone the repository with blob filtering (no initial checkout)
22
git clone --no-checkout --filter=blob:none https://github.com/SecureFromScratch/Workshops.git
33

4-
# Enter the cloned repository directory
4+
### Enter the cloned repository directory
55
cd Workshops
66

7-
# Initialize sparse checkout in cone mode
7+
### Initialize sparse checkout in cone mode
88
git sparse-checkout init --cone
99

10-
# Set sparse checkout to only include the Recipes directory
10+
### Set sparse checkout to only include the Recipes directory
1111
# Note: typo fixed - "challenges" not "challanges"
1212
git sparse-checkout set csharp/recipes_2026/challanges/Recipes
1313

14-
# Checkout the main branch
14+
### Checkout the main branch
1515
git checkout main

0 commit comments

Comments
 (0)