summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--retiolum/doc/git_checkout_only_hosts6
1 files changed, 6 insertions, 0 deletions
diff --git a/retiolum/doc/git_checkout_only_hosts b/retiolum/doc/git_checkout_only_hosts
new file mode 100644
index 00000000..6deede29
--- /dev/null
+++ b/retiolum/doc/git_checkout_only_hosts
@@ -0,0 +1,6 @@
+git init painload
+cd painload
+git remote add -f origin https://github.com/krebscode/painload.git
+git config core.sparsecheckout true
+echo retiolum/hosts/ >> .git/info/sparse-checkout
+git pull origin master