We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50216d commit 1c64f54Copy full SHA for 1c64f54
pkg/git/git.go
@@ -33,6 +33,7 @@ func commit(cmdGit *exec.Cmd, message ...interface{}) {
33
fmt.Println(color.Gray("-------------------------------"))
34
fmt.Println("")
35
cmdGit.Stdout = os.Stdout
36
+ cmdGit.Stderr = os.Stderr
37
err := cmdGit.Run()
38
39
0 commit comments