Replies: 1 comment 1 reply
-
As I am unfamiliar with gitworktrees, can you please explain a bit more your workflow? |
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.
-
Just getting started with hatch after using setuptools.
I am not sure how to integrate hatch's project notion with the use of git worktrees. Typically, my workarea looks like this:
In
local
mode hatch will pick upworktree1
as the project rather thanproject
. Inproject
mode I don't know how to specify a directory when any ofproject/*
should map toproject
. Am I just out of luck?Beta Was this translation helpful? Give feedback.
All reactions