Gitolite 和非裸仓库?
Gitolite and non-bare repos?
目前,我正在使用 inotifywait
跟踪我的存储库。而且它只支持平面文件,所以我实际上用 git 创建了非裸仓库。
但我决定去 Gitolite,但我看不到任何关于创建非裸仓库的信息。有选择吗?
inotifywait
等待对文件的更改。
如果您想在服务器级别监视更改(其中 gitolite operates, behind ssh), you will need to add a non-update hook, typically a post-receive one,这将检查由 inotifywait
.
监视的某处的裸仓库
目前,我正在使用 inotifywait
跟踪我的存储库。而且它只支持平面文件,所以我实际上用 git 创建了非裸仓库。
但我决定去 Gitolite,但我看不到任何关于创建非裸仓库的信息。有选择吗?
inotifywait
等待对文件的更改。
如果您想在服务器级别监视更改(其中 gitolite operates, behind ssh), you will need to add a non-update hook, typically a post-receive one,这将检查由 inotifywait
.