redo with rill
This commit is contained in:
parent
244bf612f9
commit
4328692039
|
@ -114,6 +114,7 @@ func (f *Forge) makeBranch(repo *gitpb.Repo, bname string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
/*
|
||||
func (f *Forge) CheckoutMaster() bool {
|
||||
log.Log(WARN, "running git checkout master everwhere")
|
||||
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)
|
||||
return true
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue