Skip to content

feature: Reconfigure Git repositories in workspace

Christian Dreher requested to merge feature/reconfigure into main

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

Merge request reports