git命令相关 git
**1-克隆 分支** git clone -b <branchName> <repoURL> git branch -a #查看所有分支 git branch # 查看当前分支 git checkout branchname # 切换分支 **2 git 配置 环境** ...
**1-克隆 分支** git clone -b <branchName> <repoURL> git branch -a #查看所有分支 git branch # 查看当前分支 git checkout branchname # 切换分支 **2 git 配置 环境** ...
goland git 推送到 gitlab 新建一个 项目 ![](http://static.51tbox.com/static/2024-08-29/col/4579ba092f49459b2502cad9ff26d7f4/6ac26682ea89404fbe2b631228b90bce.png.jpg) 然后我们找到 git -\> 远程管理 ![](htt...
goland 项目添加 git (github) ![](http://static.51tbox.com/static/2024-08-29/col/caebc437749195f71fe3afd2c3264096/b1f45072ce01438f98405c3e38f1fd06.png.jpg) ![](http://static.51tbox.com/static/2...
github令牌授权 https://github.com/settings/tokens ![](http://static.51tbox.com/static/2024-08-29/col/9e4451fc50a583fdaae6e086749328a8/3c379e5a92a3420fa3ea89138a6f4f81.png.jpg) ![](http://stat...
![](http://static.51tbox.com/static/2024-08-29/col/3bc5ea2626ffb2a05e946fbfc3983a7f/efb130dc6c9943cd8abdd0fc366ec472.png.jpg) fatal: unable to access 'https://github.com/chaoren399/...
我的是因为 创建的respo里有内容(readme.md等),就会报错 To git@10.0.0.200:baimei/game.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'git...
jenkins自动构建部署在 gitlab 上的项目 第一部分 我们在gitlab上构建一个新的项目 game 第二部分: 我们用jenkis 自动 的拉取 game 然后自动的部署到 web服务器 10.0.0.7上 第一部分 我们在gitlab上构建一个新的项目 game ---------------------------- 1.登录 gitlab root,...
在gitlab上把 分支合并到master 上操作步骤 1 - dev 用户请求代码合并 提交请求 2 - root 用户 操作 merge 动作。 首先找对应的项目, 然后 点击 new merge request ![](http://static.51tbox.com/static/2024-08-29/col/870f4946aad9044f570a841e02...
gitlab 设置分支保护 ![](http://static.51tbox.com/static/2024-08-29/col/169243a55cf285e0fd578fdd737dcae6/682d462e84ca404aa99a156f4700ebd8.png.jpg) ![](http://static.51tbox.com/static/2024-08-29/c...
gitlab 一般操作步骤 ![](http://static.51tbox.com/static/2024-08-29/col/7a4e6f72633724dc6fdde36ed09082ec/7660dceb147c4a7ba2578fd9b4872f5f.png.jpg) ![](http://static.51tbox.com/static/2024-08-29/c...