diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 05:48:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 05:48:07 -0500 |
| commit | fe64b891eef673e4fd0e1041ebbc1ccc49963b21 (patch) | |
| tree | 80a193e4ee2954a53bc4d3a411a61e83af642e5f /doFix.go | |
| parent | 63ab0c9e8721cd62e4a6ed970f9a1da6df0b6fd3 (diff) | |
more stabs in the dark
Diffstat (limited to 'doFix.go')
| -rw-r--r-- | doFix.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ func doFix() (string, error) { log.Info("GET PORCELAIN SENT BACK", s, err) for repo := range me.forge.Repos.IterByFullPath() { curbranch := repo.GetCurrentBranchName() + repo.RunVerbose([]string{"bash", "-c", "git show-ref |grep -v tags"}) + repo.ReloadForce() + repo.RunVerbose([]string{"bash", "-c", "git show-ref |grep -v tags"}) if repo.IsLocalBranch(curbranch) { log.Info(repo.FullPath, "SEEMS TO HAVE A '", curbranch, "' LOCAL BRANCH") continue |
