Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 519 Bytes

alternative-cloning-method.md

File metadata and controls

13 lines (11 loc) · 519 Bytes

It is possible to clone this repository without the 'tip sheet' PDF files, which are not generally useful for development purposes.

git init covid-parenting-website
cd covid-parenting-website
git config lfs.fetchexclude "tip_sheets"
git remote add origin [email protected]:IDEMSInternational/covid-parenting-website.git
git fetch origin
git switch master
git lfs checkout

If some or all the tip sheets are required, then amend the lfs.fetchexclude configuration accordingly, then git lfs fetch/checkout again.