文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>setup a git repository

setup a git repository

时间:2009-05-01  来源:linuxGentoo

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}
相关阅读 更多 +
排行榜 更多 +
摆个车游戏

摆个车游戏

休闲益智 下载
哈基跑酷最新版

哈基跑酷最新版

休闲益智 下载
冷血射手最新版

冷血射手最新版

休闲益智 下载