mirror of
https://github.com/taigrr/mg.git
synced 2026-04-14 01:08:04 -07:00
Implement three previously-stubbed commands following the existing parallel execution pattern used by clone/pull/fetch: - push: pushes all refs to origin for all configured repos - diff: shows file-level uncommitted changes across all repos - commit: commits staged changes across all repos with a shared message (-m) All commands support parallel execution via -j flag. Update AGENTS.md to reflect current implementation status.