Replies: 1 comment
-
|
I'm glad I'm not the first to consider this idea! I have a design question though. The package under |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
What is the recommended workflow for Pixi environments when using Git worktrees?
I want to start using Git worktrees in my development workflow.
My typical project structure looks like this:
The
.pixifolder is excluded from Git, but it can become very large (GBs).When creating multiple worktrees of the same repo, each worktree ends up with its own environment, which increases disk usage and setup time.
Should I move the
.pixifolder out of the projects root by usingdetached-environments = true?Beta Was this translation helpful? Give feedback.
All reactions