Skip to content

Instantly share code, notes, and snippets.

@thikade
Created February 26, 2020 18:22
Show Gist options
  • Save thikade/fe9400ab3a9ad1f5369135727a439cfe to your computer and use it in GitHub Desktop.
Save thikade/fe9400ab3a9ad1f5369135727a439cfe to your computer and use it in GitHub Desktop.
git sparse checkout procedure
git clone --no-checkout git@github.com:thikade/docker-jig.git
cd docker-jig
git config core.sparseCheckout true
echo "grafana/dashboards/*" > .git/info/sparse-checkout
git checkout thikade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment