-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
I have several git repos with same dirnames. I have submodules named "backend" and "frontend" on several projects. Since each submodule being its own repo, their names clash with each other. Sessionizer only creates one session with a given name, and then just attaches to the previous one if the dirname of a new session is the same.
One possible solution would be to prefix a session name with the parent dirname if name clash is possible. For example, if you have these repos:
project1/frontendproject2/frontend
you could make sessions with project1-frontend and project2-frontend names.
Max search depth won't help cause I want these repos to be searched
Metadata
Metadata
Assignees
Labels
No labels