> Synchronize issues with git remote in a single operation.
Executes a complete git-based sync workflow: export changes, commit, pull with conflict resolution, import updates, and push. Use this for manual multi-device synchronization when not using the automatic daemon.
/plugin marketplace add shaneholloman/beads/plugin install beads@beads-marketplaceSynchronize issues with git remote in a single operation.
Wraps the entire git-based sync workflow for multi-device use.
beads syncbeads sync --dry-runbeads sync --message "Closed sprint issues"beads sync --no-pushbeads sync --no-pullMost users should rely on the daemon's automatic sync (beads daemon --auto-commit --auto-push) instead of running manual sync. This command is useful for one-off syncs or when not using the daemon.