zoukankan      html  css  js  c++  java
  • gerrit docker

     

     

    修改项目配置文件

    git clone ssh://admin@localhost:29418/All-Projects && scp -p -P 29418 admin@localhost:hooks/commit-msg All-Projects/.git/hooks/
    
    #refs/meta/config 是All-Projects的引用
    git fetch origin refs/meta/config:refs/remotes/origin/meta/config
    git checkout meta/config
    #现在目录下有groups  project.config两个文件
    #提交修改
    git add .
    git commit -m "modify config"
    git push origin meta/config:meta/config

    --------------------- 本文来自 CPlusPlusLove 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/chenjh213/article/details/50571190?utm_source=copy 

  • 相关阅读:
    ACM-ICPC 2018 南京赛区网络预赛 J.Sum
    汉诺塔
    汉诺塔
    D
    D
    数学小定理
    数学小定理
    Python index()方法
    Python endswith()方法
    Python encode()方法
  • 原文地址:https://www.cnblogs.com/itzxy/p/9736667.html
Copyright © 2011-2022 走看看