force reset with no checking. dangerous.

This commit is contained in:
Jeff Carr 2025-02-22 03:54:56 -06:00
parent 844bf0e294
commit c1f7968f7c
1 changed files with 2 additions and 2 deletions

View File

@ -278,8 +278,8 @@ func resetUserBranchesWindow() {
brname := repo.GetUserBranchName()
cmd := []string{"git", "branch", "-D", brname}
log.Info(repo.GetGoPath(), cmd)
// repo.RunVerbose(cmd)
// repo.Reload()
repo.RunVerbose(cmd)
repo.Reload()
}
me.forge.SetConfigSave(true)
me.forge.ConfigSave()