summaryrefslogtreecommitdiff
path: root/repoNew.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 02:24:34 -0600
committerJeff Carr <[email protected]>2025-01-30 02:24:34 -0600
commit329710f9e77decafde93f276e6b52a9f20ea7419 (patch)
treee946eb6c2a910ca80db4f38ac3088fe5d8a4265f /repoNew.go
parentf7b5e1a83ece8a4f7b527179f1e8a41fff5917c0 (diff)
rm old codev0.0.66
Diffstat (limited to 'repoNew.go')
-rw-r--r--repoNew.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/repoNew.go b/repoNew.go
index de85c89..30c38c8 100644
--- a/repoNew.go
+++ b/repoNew.go
@@ -160,13 +160,6 @@ func (f *Forge) VerifyBranchNames(repo *gitpb.Repo) {
} else {
// forcing for now. todo: warn users
repo.SetUserBranchName(uname)
- /* no longer checkout on Init()
- if repo.CheckoutUser() {
- } else {
- cmd := []string{"git", "branch", uname}
- repo.Run(cmd)
- }
- */
}
}
}