mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
migrate stash tests
This commit is contained in:
parent
e1c376ef54
commit
2b6a109e38
290 changed files with 452 additions and 582 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue