From d3c7756c68d1af18684fff69a4b15a53ce4d314c Mon Sep 17 00:00:00 2001 From: David Schovanec Date: Fri, 5 Jun 2026 14:40:57 +0200 Subject: [PATCH] docs: add troubleshooting guide --- docs/troubleshooting.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/troubleshooting.md diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md new file mode 100644 index 0000000..9e9e50b --- /dev/null +++ b/docs/troubleshooting.md @@ -0,0 +1,13 @@ +# Troubleshooting + +## Worktree shows as prunable + +The directory was deleted without `git worktree remove`. Run `git worktree prune` or use the prune action in gwt. + +## Locked worktree cannot be removed + +Run `git worktree unlock ` first, or check the lock reason with `git worktree list --porcelain`. + +## Shell does not change directory after selecting a worktree + +Make sure the shell integration is installed, see README section "Shell integration".