summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 05:18:09 -0500
committerJeff Carr <[email protected]>2025-09-11 05:18:09 -0500
commit2471b1ea4c3fd17cd552bb9933d9e65cc529d8d8 (patch)
tree191cc1694ba6c821291f8d3a77fb6d58d53c43d9 /doNormal.go
parentefb966b3f8f788ff0ba86cc8e3bb57197b8029bb (diff)
check these every time
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/doNormal.go b/doNormal.go
index 7684e15..c4ec1bb 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -63,6 +63,9 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
}
repo.MakeLocalDevelBranch()
+ repo.VerifyRemoteAndLocalBranches(repo.GetDevelBranchName())
+ repo.VerifyRemoteAndLocalBranches(repo.GetMasterBranchName())
+
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
configSave = true
log.Info("changing to user branch", repo.FullPath)