mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
refactor: rename method to StashIncludeUntrackedChanges
This commit is contained in:
parent
a0fd47348b
commit
c7733aa5e5
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ func (self *StashCommands) SaveStagedChanges(message string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (self *StashCommands) StashUntrackedChanges(message string) error {
|
||||
func (self *StashCommands) StashIncludeUntrackedChanges(message string) error {
|
||||
return self.cmd.New(fmt.Sprintf("git stash save %s --include-untracked", self.cmd.Quote(message))).Run()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue