redo with rill

This commit is contained in:
Jeff Carr 2025-01-19 04:32:20 -06:00
parent 244bf612f9
commit 4328692039
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,7 @@ func (f *Forge) makeBranch(repo *gitpb.Repo, bname string) error {
return nil return nil
} }
/*
func (f *Forge) CheckoutMaster() bool { func (f *Forge) CheckoutMaster() bool {
log.Log(WARN, "running git checkout master everwhere") log.Log(WARN, "running git checkout master everwhere")
var failed int = 0 var failed int = 0
@ -171,3 +172,4 @@ func (f *Forge) CheckoutUserForce() bool {
log.Log(WARN, "Ran git checkout in", count, "repos. failure count =", failed) log.Log(WARN, "Ran git checkout in", count, "repos. failure count =", failed)
return true return true
} }
*/