Skip to content

Commit

Permalink
发布,1
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Nov 4, 2023
1 parent 2d7305e commit aa8ace9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion citool/gitLogSum/gitLogSum.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
func main() {
cmdStr := "git log --pretty=format:\"%an|%s|%h|%ad|%H\" --date=format:\"%Y-%m-%d %H:%M\" $(git describe --tags --abbrev=0)^..HEAD"
cmd := exec.Command("sh", "-c", cmdStr)

// 执行命令并返回结果(输出到控制台)
out, err := cmd.CombinedOutput()
if err != nil {
Expand Down

0 comments on commit aa8ace9

Please sign in to comment.