Chinaunix首页 | 论坛 | 博客
  • 博客访问: 650827
  • 博文数量: 90
  • 博客积分: 10010
  • 博客等级: 上将
  • 技术积分: 2018
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-03 13:09
文章分类

全部博文(90)

文章存档

2010年(7)

2009年(23)

2008年(60)

我的朋友

分类: LINUX

2009-05-01 13:47:03

1 $ git clone --bare ${current_repository} ${new_repository}
2 $ touch ${new_repository}/git-daemon-export-ok
3 $ git daemon --base-path=${parent of new_repository}

everything is ready,your git repository is git://ip/${new_repository}

pull:
    git clone git://ip/${new_repository}
push:
    git push yourname@ip:/${parent of new repository}/${new_repository}
阅读(905) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~