mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
[wip] message
This commit is contained in:
parent
d013043201
commit
7547073172
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue