diff --git a/gitCheckout.go b/gitCheckout.go index b1d07d9..c9dcb36 100644 --- a/gitCheckout.go +++ b/gitCheckout.go @@ -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 } +*/