美文网首页
GIT常用命令

GIT常用命令

作者: 梵蒂冈教主 | 来源:发表于2020-11-12 10:33 被阅读0次
    useradd xxx -g git
    
    passwd xxx
    
    git init --shared=group --bare oa.git
    
    chgrp -R git /gitrepo
    
    chmod -R g+swX /gitrepo
    

    相关文章

      网友评论

          本文标题:GIT常用命令

          本文链接:https://www.haomeiwen.com/subject/btaebktx.html