Auto-Symlink Claude Code Memory in Git Worktrees
A practical post-checkout hook that keeps local Claude Code memory files available in every Git worktree without committing them to the repository.
Posts tagged git on the digital lair: related software engineering notes, AI writing, systems posts, book notes, and archive entries.
A practical post-checkout hook that keeps local Claude Code memory files available in every Git worktree without committing them to the repository.
Git uses the words ours and theirs from the point of view of the operation it is currently performing. That is why they mean one thing during merge and can feel reversed during rebase.
A small, current Git setup: identity, default branch name, editor, credential helper, and a few aliases that make day-to-day work less noisy.