from running gitpull:
ERROR - Error running command: git restore :/
Occasionally the ibiblio copy of the repo gets out of sync, doing a restore was added to clean things up before doing a pull.
But apparently the option ":/" is wrong, I can't remember where that came from. The command needs to be corrected.
After manually doing a restore, we still get an error:
Error running command: git pull --rebase
2026-09-15 10:50:40,052 - ERROR - Error message: [There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
We might need to do this:
git branch --set-upstream-to=origin/main master
I would rather only do this if the issue can be detected first.
from running gitpull:
ERROR - Error running command: git restore :/Occasionally the ibiblio copy of the repo gets out of sync, doing a restore was added to clean things up before doing a pull.
But apparently the option ":/" is wrong, I can't remember where that came from. The command needs to be corrected.
After manually doing a restore, we still get an error:
We might need to do this:
git branch --set-upstream-to=origin/main master
I would rather only do this if the issue can be detected first.