4 Commits

Author SHA1 Message Date
brutsalvadi a85a2eeb6d Fix sidecar: advance refs/heads/main after each commit
post-receive uses `git checkout -f <SHA>` which detaches HEAD in the bare
repo. Without this fix, sidecar commits advance the detached HEAD but not
refs/heads/main and are orphaned on the next push.

Also commits CLAUDE.md docs update and the retry-loop sync-vps.sh.
2026-05-08 08:57:55 +02:00
brutsalvadi 80dc51a706 Use --autostash in sync-vps.sh to handle local unstaged changes 2026-05-07 22:47:31 +02:00
brutsalvadi 6098b61ac6 Replace rsync with git pull in sync-vps.sh 2026-05-07 22:46:59 +02:00
brutsalvadi 859e8cbbad Add sync-vps.sh: pull content from VPS, commit, push both repos 2026-05-07 12:18:17 +02:00