英文: How to push specific branch to remote with go-git 问题 什么是使用go-git将特定的本地分支推送到特定远程仓库的规范方法? 我有一个已经用g...
git和go-git之间的区别是什么?
英文: what is the difference between git and go-git 问题 My application use go-git library and I recentl...
How to checkout a specific single file to inspect it using go-git?
英文: How to checkout a specific single file to inspect it using go-git? 问题 我想克隆一个特定的代码库,获取所有的标签,并对它们进...
go-git:创建短哈希(a83ad00 而不是 a83ad004b3c5…)
英文: go-git: Create short hash (a83ad00 instead of a83ad004b3c5...) 问题 我正在使用go-git,我想要打印出短哈希。 我的意思是,例...
使用Golang实现`git log -G …`命令。
英文: `git log -G ...` with golang 问题 我想编写一个类似于 git log -G 的脚本,使用 go-git 库。 这段代码打印出了仓库的所有提交记录,但是如何获取每个...
go-git "git submodule add <url> <submod>"
英文: go-git "git submodule add <url> <submod>" 问题 TLDR 我一直在查阅 go-git 的包文档和官方示例,...
golang git – Is there a way to pull latest from remote branch if the repo is already cloned rather than cloning it again
英文: golang git - Is there a way to pull latest from remote branch if the repo is already cloned rath...
如何使用go-git进行单元测试
英文: How to unit test with go-git 问题 如何为使用git-go克隆存储库的代码编写单元测试? 以下是我创建的函数示例。我正在克隆多个存储库并读取存储库中的特定文件,我不...
去 Git – 递归子模块
英文: Go Git - Recurse Submodules 问题 我有一个包含子模块的项目,如下所示: [submodule "repo-a"] path = repo-a u...
无法使用go-git和访问令牌运行https git克隆。
英文: Unable to run https git clone using go-git and access token 问题 使用go-git/v5库并尝试通过https进行克隆,代码如下: ...