diff options
author | euer <root@euer.krebsco.de> | 2012-12-09 21:14:26 +0100 |
---|---|---|
committer | euer <root@euer.krebsco.de> | 2012-12-09 21:14:26 +0100 |
commit | 05b4a12ae3249cc8197506f59fa85e2181226af4 (patch) | |
tree | 2f7329c5f7adf0862692bed1e9a48121ecdffa60 /retiolum/doc | |
parent | f1b0436be684f0beb624e602bd56e78d280c6e62 (diff) |
add tutorial for partial checkout retiolum hosts from repo
Diffstat (limited to 'retiolum/doc')
-rw-r--r-- | retiolum/doc/git_checkout_only_hosts | 6 |
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 |