Implement bd sync command for automated git-based synchronization

- Added bd sync command that wraps export → commit → pull → import → push workflow
- Automatically resolves collisions during pull/import
- Supports --dry-run, --message, --no-pull, --no-push flags
- Updated README with bd sync documentation
- Addresses bd-272 (Phase 1: git-based sync)
This commit is contained in:
Steve Yegge
2025-10-16 12:22:23 -07:00
parent 32a718dacd
commit 96e92de7c6
3 changed files with 659 additions and 353 deletions

File diff suppressed because one or more lines are too long