[wip] message

This commit is contained in:
Noah 2024-07-03 21:54:25 +02:00
parent d013043201
commit 7547073172

View file

@ -76,6 +76,7 @@ func AddCoAuthorToDescription(description string, author string) string {
// ResetToCommit reset to commit
func (self *CommitCommands) ResetToCommit(hash string, strength string, envVars []string) error {
cmdArgs := NewGitCmd("reset").Arg("--"+strength, hash).ToArgv()
self.Log.Warn("Here")
return self.cmd.New(cmdArgs).
// prevents git from prompting us for input which would freeze the program