18cb0e8f65
feat(cmd): implement push, diff, and commit commands
...
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.
2026-04-07 08:36:16 +00:00
348b87702d
feat(cmd): implement fetch and status commands, update deps to go1.26.1
...
- Implement fetch command: fetches all registered repos without merging,
supports parallel execution via -j/--jobs flag
- Implement status command: shows uncommitted changes across all repos
with per-file-type counts, supports parallel execution
- Update Go to 1.26.1
- Update go-git v5.16.5 -> v5.17.0, go-crypto v1.3.0 -> v1.4.0,
go-billy v5.7.0 -> v5.8.0, x/net v0.50.0 -> v0.51.0
- Fix unregister command description (said 'add' instead of 'remove')
- Fix goimports formatting in mgconf_test.go
2026-03-07 07:03:49 +00:00
0f925f852e
update env var expansion logic
2026-01-18 02:29:26 -05:00
cacdbf673f
update to use /Users/tai
2025-08-10 15:15:50 -07:00
Tai Groot
991985ab4e
update modeperm for directory creation on clone
2024-09-16 12:12:04 -07:00
417cf943fa
fixup help text
2024-09-15 13:08:02 -07:00
1030a8f3a9
add cloning
2024-09-15 13:01:55 -07:00
f0c6f3906a
fix print statements
2024-02-02 16:28:41 -08:00
01c736b54e
fixup clone error
2024-02-02 16:24:06 -08:00
e93a0489d3
register clone cmd
2024-02-02 13:32:06 -08:00
567ab899e0
fix conflict
2024-02-02 13:29:27 -08:00
b99b1eabec
add stringer for stats
2023-08-28 18:22:55 -07:00
f503d4b0eb
fix import registration
2023-08-28 18:11:17 -07:00
a5817c554b
add merge functionality to mg
2023-08-28 18:08:35 -07:00
e4475de48c
don't fail because already registered
2023-05-28 13:08:36 -07:00
a4a3f1f332
placeholder config cmd added
2023-05-26 19:24:42 -07:00
2085e2b8b7
add pull command
2023-05-26 14:45:13 -07:00
2818cfb61d
add unregister command
2023-05-25 16:28:43 -07:00
809d4a0711
update messaging
2023-05-25 16:15:11 -07:00
cdb17168b3
add register command
2023-05-25 16:12:33 -07:00
399faba8ef
add in cobra stubs for the subcommands
2023-05-25 15:30:38 -07:00
9a4f8023d8
add mgconfig conversion to lib
2023-05-25 15:07:06 -07:00
36260e2e09
initial commit
2023-01-27 23:50:56 -08:00