force reset with no checking. dangerous.
This commit is contained in:
parent
844bf0e294
commit
c1f7968f7c
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue