随笔分类 - CI/CD
jenkins、git等
该文被密码保护。
摘要:Centos7安装Gitlab 下载安装包 # 清华大学开源软件镜像站 https://mirrors.tuna.tsinghua.edu.cn/ wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-14.4.2
阅读全文
摘要:git 操作: 拉代码:git clone http|ssh代码克隆地址 拉取分支:git clone -b 分支名 http|ssh代码克隆地址 提交代码: ①git status(对比代码库与本地有什么区别) ②git add .(上传代码) ③git commit -m "新功能描述"(注释)
阅读全文