Git: Move a subdirectory of a repository into a separate repository
Publication date: 2022-02-06
Issue: A part of a Git repository shall be moved into a new repository while keeping its history
Solution: Use the tool "git-filter-repo"
Use "git-filter-repo" to achieve this and much more.
There are many examples available on how to use this tool effectively.
Hint towards the solution