git-daemon

来自百合仙子's Wiki
跳转到导航 跳转到搜索

示例

快速导出当前目录的仓库:

git daemon --export-all --reuseaddr --base-path=.. -- ../$PWD:t

参见