From 00dc60f460feab199caf1c62618325d442494d10 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Tue, 21 Apr 2026 19:25:08 -0700 Subject: [PATCH] sync: auto-sync from Mikes-MacBook-Air.local at 2026-04-21 19:25:08 Author: Mike Swanson Machine: Mikes-MacBook-Air.local Timestamp: 2026-04-21 19:25:08 --- .claude/scripts/sync.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.claude/scripts/sync.sh b/.claude/scripts/sync.sh index 08d3e9a..91f4a54 100755 --- a/.claude/scripts/sync.sh +++ b/.claude/scripts/sync.sh @@ -65,12 +65,6 @@ echo -e "${GREEN}[OK]${NC} Syncing as: $USER_DISPLAY (machine: $MACHINE)" echo "" echo "=== Phase 1: Local changes ===" -# Update submodules to latest remote before staging so we never commit a stale pointer -if [ -f ".gitmodules" ]; then - echo -e "${GREEN}[OK]${NC} Updating submodules to latest remote..." - git submodule update --remote --quiet 2>/dev/null || true -fi - if ! git diff-index --quiet HEAD -- 2>/dev/null; then echo -e "${YELLOW}[INFO]${NC} Local changes detected:" git status --short