Synchronize Git branches to the exact same commit point. Use when syncing
develop with main after a release, or when asked to "sync branches",
"llevar al mismo punto", or "synchronize develop with main". CRITICAL:
Uses git reset --hard, NOT merge, to ensure branches point to identical commits.