diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-02 13:34:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-30 21:09:29 +0800 |
commit | 9934dd538b0ce116e3b1600272cb46369b082246 (patch) | |
tree | 2f28c6c362201151eaf8218e566479ed7eb72070 /git/README.md |
init commit
Diffstat (limited to 'git/README.md')
-rw-r--r-- | git/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/git/README.md b/git/README.md new file mode 100644 index 0000000..5637f06 --- /dev/null +++ b/git/README.md | |||
@@ -0,0 +1,9 @@ | |||
1 | ## For Git Daemon | ||
2 | |||
3 | read https://git-scm.com/book/be/v2/Git-on-the-Server-Git-Daemon | ||
4 | |||
5 | ## For Http Files for Git | ||
6 | |||
7 | refs: | ||
8 | - https://mtkn.jp/computer/git_server.html | ||
9 | - https://codemadness.org/stagit.html | ||