Replies: 1 comment 1 reply
-
|
Also hit the similar issue. On my side I am using several copies of the same repository for some testing & PRs etc. Is it possible to parametrize the project name in any way? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just discovered Serena and started testing it with a monorepo at work. I use Git worktrees extensively, creating one for each major feature.
I’m considering committing .serena/project.yml to Git. Since my coworkers don’t need my worktree-specific names, I’d set the project_name value to the actual project name. However, this would result in duplicate project names across worktrees, which the docs warn against.
What are the practical consequences of this? How do others handle this situation when using Serena with worktrees?
Beta Was this translation helpful? Give feedback.
All reactions