feature: Reconfigure Git repositories in workspace
Implements axii w git reconfigure
as a subcommand to verify that all local Git repositories in the workspace match the module definitions. At this point, the subcommand is able:
- Verify that the origin remote URL mismatches
- Verify that the default checkout ref/commit mismatches
- Correct mismatching origin remote URLs
This is the first step required for us to move to our own GitLab instance.
Edited by Christian Dreher