2022-02-13 05:59:31 +00:00
2022-02-11 12:32:52 -08:00
2022-02-08 22:29:15 -08:00
2022-02-08 22:29:15 -08:00
2022-02-08 22:29:15 -08:00
2022-02-13 05:59:31 +00:00
2022-02-10 23:02:18 +00:00
2022-02-11 18:10:55 +00:00

homelab

Monolithic repository for my homelab

Pulling Only Relevant Subdir

Per: https://stackoverflow.com/questions/4114887

~$ mkdir homelab && cd homelab/
git init
git config core.sparseCheckout true
git remote add -f origin ssh://git@gitlab.jafner.net:2229/Jafner/homelab.git
echo "<deployment name; e.g. server/>" > .git/info/sparse-checkout
git checkout main
Description
Monolithic repository for my homelab
Readme 24 MiB
Languages
Shell 98.1%
Python 1.9%