mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-17 00:18:05 +02:00
start breaking up git struct
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func (gui *Gui) resetToRef(ref string, strength string, envVars []string) error {
|
||||
if err := gui.GitCommand.ResetToCommit(ref, strength, envVars); err != nil {
|
||||
if err := gui.GitCommand.Commit.ResetToCommit(ref, strength, envVars); err != nil {
|
||||
return gui.surfaceError(err)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user