See https://manicli.com/.
I thought that mani sync would also synchronize all remotes, but it only clones them… if you want to fetch or similar, then you have to set up a task.
Example:
tasks: git-status: desc: Show working tree status cmd: git statusThen to execute:
mani run git-status --all(you have to specify tags or --all or similar… it won’t just run automatically against everything)