Closed TamaMcGlinn closed 1 year ago
In order to use group command, the repos has to be added first
Checkbthe add sub command. There are options to recursively add and automatically group when adding repos
~So, the gita add -a command should have worked?~
gita add -a .
to add them, worked.
the gita add -a
generates groups automatically based on the folder structures (see the readme example), which may or may not be of the right grouping
gita add -r
adds the repos without grouping them, then you can group according to your like
The readme has this example:
But when I try this (after creating repo1 and repo2 git repos inside the current working dir), it gives me:
I also tried different orders of argument as suggested in the message:
And also the example for auto-adding should work, since repo1 and repo2 are the only two git repos in my current working dir:
So... what can I do to debug? It kinda looks like the whole tool doesn't work for me.