In non-primary worktrees, .git is nothing more than a file pointing to the primary worktree's .git dir. ``` $ cat .git gitdir: /path/to/worktrees/git-zcrypt/.git/worktrees/fix-clone-smudge ```
In non-primary worktrees, .git is nothing more than a file pointing to the primary worktree's .git dir.