summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitCheckout.go2
1 files changed, 2 insertions, 0 deletions
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
}
+*/