How to move projects between repositories [using git filter-repo]
Posted on March 31, 2023 in git
Context of the problem:
Move a couple of sub-projects from one github repository to another non-empty repository.
The source repository contains a multi-module Gradle project developed in Java. This project is structured as a modular monolith and has been evolving for over half a decade. Some of these modules are …
Continue reading