You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(read): use git rev-parse --git-dir for worktree support
Replace custom .git detection with git rev-parse --git-dir.
This correctly resolves the git directory in worktrees where .git is a file
pointing to the actual git directory.
0 commit comments