Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 368 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 368 Bytes

Blog Post Samples

This repo contains the sample projects used in blog.jaliyaudagedara.com

Download a specific sample

git init
git remote add -f origin https://github.com/jaliyaudagedara/Blog-Post-Samples.git
git config core.sparseCheckout true
echo "{SampleName}/*" >> .git/info/sparse-checkout
git pull origin master