mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-17 00:18:05 +02:00
migrate stash tests
This commit is contained in:
@ -207,3 +207,9 @@ func (self *Shell) HardReset(ref string) *Shell {
|
||||
|
||||
return self
|
||||
}
|
||||
|
||||
func (self *Shell) Stash(message string) *Shell {
|
||||
self.RunCommand(fmt.Sprintf("git stash -m \"%s\"", message))
|
||||
|
||||
return self
|
||||
}
|
||||
|
Reference in New Issue
Block a user