You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2021. It is now read-only.
It appears that we want to clone only the gh-pages branch which should only contain the public files as produced by Hugo. A command like git clone -b gh-pages --single-branch https://github.com/sunrise-bay-area/sunrise-bay-area.git
might do the desired shallow clone.
It appears that we want to clone only the gh-pages branch which should only contain the public files as produced by Hugo. A command like
git clone -b gh-pages --single-branch https://github.com/sunrise-bay-area/sunrise-bay-area.gitmight do the desired shallow clone.
Versionparameter should give us a clone of the correct branch using the Ansible git module, and thedepthparameter trims history (to save transfer/space) and also apparently "When you use the –depth flag with clone command, Git assumes the –single-branch flag by default," so usingdepthshould also give us only a single branch's history.