Category "git-worktree"

Why does HEAD in my worktree point to the top commit in master?

I created a worktree using git worktree add and it was working as expected for a few days. Today, I wanted to check out some code at the previous revision, so I

Deleting git worktree bugs 'git status' and some other git commands

A few months ago (still in the beginning of learning git) I created a worktree without even knowing what it was. A new branch was created and now I realized tha