File tree Expand file tree Collapse file tree
csharp/recipes_2026/challanges/preps Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Clone the repository with blob filtering (no initial checkout)
1+ ### Clone the repository with blob filtering (no initial checkout)
22git 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
55cd Workshops
66
7- # Initialize sparse checkout in cone mode
7+ ### Initialize sparse checkout in cone mode
88git 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"
1212git sparse-checkout set csharp/recipes_2026/challanges/Recipes
1313
14- # Checkout the main branch
14+ ### Checkout the main branch
1515git checkout main
You can’t perform that action at this time.
0 commit comments