mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-24 15:30:21 -05:00
Merge pull request #297 from jesseduffield/hotfix/remove-files
add removeAll to git
This commit is contained in:
@@ -101,6 +101,7 @@ func NewGitCommand(log *logrus.Entry, osCommand *OSCommand, tr *i18n.Localizer)
|
||||
Repo: repo,
|
||||
getGlobalGitConfig: gitconfig.Global,
|
||||
getLocalGitConfig: gitconfig.Local,
|
||||
removeFile: os.RemoveAll,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user