diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 04:32:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 04:32:20 -0600 |
| commit | 43286920394e248f9fb121c9c64c3f4185b97dc3 (patch) | |
| tree | 6a1ae886e3bcd994ebbae958fdc38696202b2bb5 /gitCheckout.go | |
| parent | 244bf612f96ff96ea2e3cdfd3338d5e407c60cd0 (diff) | |
redo with rillv0.0.56
Diffstat (limited to 'gitCheckout.go')
| -rw-r--r-- | gitCheckout.go | 2 |
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 } +*/ |
