gitlab
时间:2021-02-26 13:33:06
收藏:0
阅读:0
克隆:
git clone 链接
下载:
git pull
上传:
git config --global user.email “” 首次设置
git config --global user.name “” 首次设置
git add 文件名/文件
git commit -m “” 设置备注
git push
git -c http.sslVerify=false push origin release-1.0
切换分支:
git checkout -b 创建并切换分支
评论(0)