rm old code

This commit is contained in:
Jeff Carr 2025-01-30 02:24:34 -06:00
parent f7b5e1a83e
commit 329710f9e7
1 changed files with 0 additions and 7 deletions

View File

@ -160,13 +160,6 @@ func (f *Forge) VerifyBranchNames(repo *gitpb.Repo) {
} else { } else {
// forcing for now. todo: warn users // forcing for now. todo: warn users
repo.SetUserBranchName(uname) repo.SetUserBranchName(uname)
/* no longer checkout on Init()
if repo.CheckoutUser() {
} else {
cmd := []string{"git", "branch", uname}
repo.Run(cmd)
}
*/
} }
} }
} }