Say I have a single sub-directory gits
containing all my mirrors of various repos and I want to segment them into logical areas.
Is it possible to just move the repo directories to another location, along the lines of:
gits gits dodgy-gits
|- python |- python |- perl
|- csharp ---> |- csharp |- c++
|- perl
|- c++
Or is there anything in the Git metadata that will make this problematic?