搜索
您的当前位置:首页正文

gitolite-admin项目管理

来源:二三娱乐
  1. 安装省略
  2. 初始添加仓库项目
    git init --bare weishu-market-shandiankuaidai-ios.git
  3. 切换项目目录属主
    chown -R git:git weishu-market-sdkd-ios.git
  4. gitolite 本地文件添加项目及相关可操作人权限
    repo weishu-market-shandiankuaidai-ios
    RW+ = weishucoding
  5. 提交修改后的文件至git服务器
    gitolite.conf
  6. git clone项目到本地
    git clone git@
    注意:此时不需要在项目名之前加git仓库的路径,直接指向项目git地址即可
Top