1 Star 0 Fork 0

BuilderZou/gitosis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mirror.conf 597 Bytes
一键复制 编辑 原始数据 按行查看 历史
Damien Lebrun 提交于 2009-04-12 19:00 +08:00 . Add a mirror configuration example
## Mirroring is possible for any repository with
## the gitosis default post-receive hooks.
## This hook need to run "gitosis-run-hook update-mirrors"
[gitosis]
## Create a repository alias
public = bar baz
## The public repositories have to be mirrored
## on a github account
[mirror github]
repos = @public
uri = git@github.com:alice/%s.git
## %s will be replaced by the repository name
[group admin]
members = alice
writable = gitosis
## The developpers have access some private repository
## and to all the public repositories
[group dev-team]
members = bob @admin
writable = foo @public
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/builderzou/gitosis.git
git@gitee.com:builderzou/gitosis.git
builderzou
gitosis
gitosis
master

搜索帮助