51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

mac

git命令相关 git

git命令相关 git

厉飞雨 阅读(487) 评论(0) 赞(22)

**1-克隆 分支** git clone -b <branchName> <repoURL> git branch -a #查看所有分支 git branch # 查看当前分支 git checkout branchname # 切换分支 **2 git 配置 环境** ...

goland git 推送到 gitlab

goland git 推送到 gitlab

厉飞雨 阅读(381) 评论(0) 赞(24)

goland git 推送到 gitlab 新建一个 项目 ![](http://static.51tbox.com/static/2024-08-29/col/4579ba092f49459b2502cad9ff26d7f4/6ac26682ea89404fbe2b631228b90bce.png.jpg) 然后我们找到 git -\> 远程管理 ![](htt...

goland 项目添加 git (github)

goland 项目添加 git (github)

厉飞雨 阅读(508) 评论(0) 赞(28)

goland 项目添加 git (github) ![](http://static.51tbox.com/static/2024-08-29/col/caebc437749195f71fe3afd2c3264096/b1f45072ce01438f98405c3e38f1fd06.png.jpg) ![](http://static.51tbox.com/static/2...

github 令牌 (github生成令牌)token

github 令牌 (github生成令牌)token

厉飞雨 阅读(386) 评论(0) 赞(21)

github令牌授权 https://github.com/settings/tokens ![](http://static.51tbox.com/static/2024-08-29/col/9e4451fc50a583fdaae6e086749328a8/3c379e5a92a3420fa3ea89138a6f4f81.png.jpg) ![](http://stat...

jenkins自动构建部署在 gitlab 上的项目

jenkins自动构建部署在 gitlab 上的项目

厉飞雨 阅读(550) 评论(0) 赞(23)

<p>jenkins自动构建部署在 gitlab 上的项目</p> <p>第一部分 我们在gitlab上构建一个新的项目 game</p> <p>第二部分: 我们用jenkis 自动 的拉取 game 然后自动的部署到 web服务器 10.0.0.7上</p> <h2>第一部分 我们在gitla...

gitlab 合并分支(界面化操作)

gitlab 合并分支(界面化操作)

厉飞雨 阅读(532) 评论(0) 赞(18)

在gitlab上把 分支合并到master 上操作步骤 1 - dev 用户请求代码合并 提交请求 2 - root 用户 操作 merge 动作。 首先找对应的项目, 然后 点击 new merge request ![](http://static.51tbox.com/static/2024-08-29/col/870f4946aad9044f570a841e02...

gitlab 设置分支保护

gitlab 设置分支保护

厉飞雨 阅读(345) 评论(0) 赞(20)

gitlab 设置分支保护 ![](http://static.51tbox.com/static/2024-08-29/col/169243a55cf285e0fd578fdd737dcae6/682d462e84ca404aa99a156f4700ebd8.png.jpg) ![](http://static.51tbox.com/static/2024-08-29/c...

gitlab 一般操作步骤

gitlab 一般操作步骤

厉飞雨 阅读(382) 评论(0) 赞(23)

<p>gitlab 一般操作步骤</p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/7a4e6f72633724dc6fdde36ed09082ec/7660dceb147c4a7ba2578fd9b4872f5f.png.jpg" alt...