
git
文章平均质量分 64
CTRA王大大
一枚码农,坚持coding
展开
-
【devops】Github Actions Secrets | 如何在Github中设置CI的Secret供CI的yaml使用
【devops】Github Actions Secrets | 如何在Github中设置CI的Secret供CI的yaml使用原创 2025-02-12 17:10:35 · 620 阅读 · 0 评论 -
【devops】 Git仓库如何fork一个私有仓库到自己的私有仓库 | git fork 私有仓库
【devops】 Git仓库如何fork一个私有仓库到自己的私有仓库 | git fork 私有仓库原创 2025-02-12 15:31:02 · 842 阅读 · 0 评论 -
【Github】Github 上commit后 contribution 绿格子不显示 | Github绿格子 | Github贡献度不显示
【Github】Github 上commit后 contribution 绿格子不显示 | Github绿格子 | Github贡献度不显示原创 2024-07-31 13:57:32 · 600 阅读 · 0 评论 -
【Git】git tag 查看版本号 | 删除本地 | 删除远程仓库| 批量删除
【Git】git tag 查看版本号 | 删除本地 | 删除远程仓库| 批量删除原创 2023-09-04 10:12:41 · 2422 阅读 · 1 评论 -
【Git】git初始化项目时 | git默认创建main分之 | 如何将git默认分支从main改为master
【Git】git初始化项目时 | git默认创建main分之 | 如何将git默认分支从main改为master原创 2023-08-14 09:05:22 · 3053 阅读 · 0 评论 -
【git】gitee 中 如何在Git 配置多个 SSH Key
【git】gitee 中 如何在Git 配置多个 SSH Key原创 2023-04-04 09:24:27 · 831 阅读 · 0 评论 -
【git】git ssh 公钥私钥 在 windows和mac 双系统分别如何生成 以及对接各个平台说明
【git】git ssh 公钥私钥 在 windows和mac 双系统分别如何生成 以及对接各个平台说明原创 2022-10-23 20:20:10 · 6821 阅读 · 0 评论 -
【git】AWS codecommit git仓库迁移 基于go语言 go-zero框架 go mod 与 go get tag v2以上版本问题 最佳实践
【AWS】codecommit 仓库迁移 基于go语言 go-zero框架 go mod 与 go get tag v2以上版本问题 最佳实践原创 2022-10-10 11:35:28 · 407 阅读 · 0 评论 -
【go-zero】go集成Gitee私有仓库 go get 私有项目 go get 出现unable to connect to gitee.com
go集成Gitee私有仓库 go get 私有项目 go get 出现 unable to connect to gitee.com原创 2022-03-07 09:40:25 · 1633 阅读 · 3 评论 -
【go-zero】go-zero项目初始化 上传Git仓库 mod init(最佳实践 best practice)
【go-zero】最佳实践 best practicego-zero项目初始化 上传Git仓库 mod init原创 2022-03-01 15:21:06 · 846 阅读 · 0 评论 -
【Git】Git 从https改为ssh验证方式 go get 私有仓库「2022不踩雷不坑爹版本」(基于aws codecommit)
Git 从https改为ssh验证方式 「2022不踩雷不坑爹版本」原创 2022-02-26 11:40:50 · 1708 阅读 · 3 评论 -
git 详细使用 (未完待续~)
签名设置1.项目级别/仓库级别:尽在当前本地仓库范围内有效git config user.name userNamegit config user.email userEmail@123.comcat .git/config 查看git配置文件2.系统用户级别:登录当前操作系统的用户范围(这里指你使用的机器)git config --global user.name use...原创 2020-05-11 20:27:56 · 158 阅读 · 0 评论