Clever / microplane

A CLI tool to make git changes across many repos, especially useful with Microservices.

Home Page:https://medium.com/always-a-student/mo-repos-mo-problems-how-we-make-changes-across-many-git-repositories-293ad7d418f0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such file or directory

caleb15 opened this issue · comments

This error appears to happen when there is a repo where no changes have been made. This could be intentional, and as pushing should be allowed, or at least allowed with a flag like --skip-empty-changes turned on.

Actually this error is because -b expects a filename, not a message >_<