rm old code
This commit is contained in:
parent
f7b5e1a83e
commit
329710f9e7
|
@ -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)
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue