Adds an argument that can be used to specify a remote name different from "origin" when running build-bundle.
In local copies of repos, I try to keep remotes named after their owner github username so the adafruit remote gets named "adafruit" instead of "origin" this change allows me to use the build-bundles command without having errors about not finding the origin remote.
Adds an argument that can be used to specify a remote name different from
"origin"
when running build-bundle.In local copies of repos, I try to keep remotes named after their owner github username so the adafruit remote gets named
"adafruit"
instead of"origin"
this change allows me to use the build-bundles command without having errors about not finding the origin remote.