summaryrefslogtreecommitdiffstats
path: root/retiolum/doc
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-09 21:14:26 +0100
committereuer <root@euer.krebsco.de>2012-12-09 21:14:26 +0100
commit05b4a12ae3249cc8197506f59fa85e2181226af4 (patch)
tree2f7329c5f7adf0862692bed1e9a48121ecdffa60 /retiolum/doc
parentf1b0436be684f0beb624e602bd56e78d280c6e62 (diff)
add tutorial for partial checkout retiolum hosts from repo
Diffstat (limited to 'retiolum/doc')
-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