diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-02 17:22:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-13 02:56:58 +0700 |
| commit | 25daf5bce9d4ce37fbaa448debb97e25d5b64a8a (patch) | |
| tree | ae6b162168f9f39d14e5458e4d5a7330281ae5be | |
| parent | 460fccbdb93d2eb52757e9874c1fcc8f76db7a99 (diff) | |
| download | kilabit.info-25daf5bce9d4ce37fbaa448debb97e25d5b64a8a.tar.xz | |
all: add project vos as git submodule
| -rw-r--r-- | .gitmodules | 4 | ||||
| l--------- | _content/project/vos | 1 | ||||
| m--------- | _project/vos | 0 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d133988..b4b7df6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,7 @@ path = _project/src/lilin url = git@git.sr.ht:~shulhan/lilin branch = main +[submodule "vos"] + path = _project/vos + url = git@github.com:shuLhan/vos.git + branch = master diff --git a/_content/project/vos b/_content/project/vos new file mode 120000 index 0000000..0039725 --- /dev/null +++ b/_content/project/vos @@ -0,0 +1 @@ +../../_project/vos/doc
\ No newline at end of file diff --git a/_project/vos b/_project/vos new file mode 160000 +Subproject 797faa817881ea63271d5c6794b80ccd644cc76 |
