新增git 命令运行方法

This commit is contained in:
zyj
2026-03-06 18:22:58 +08:00
parent 9b923ba301
commit d8851e7698
4 changed files with 65 additions and 1 deletions

5
go.mod
View File

@@ -1,3 +1,8 @@
module github.com/zhuy1228/GitPilot
go 1.25.5
require (
golang.org/x/sys v0.41.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)