Panic - git worktree #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The only thing I can think of doing different than usual, is running murp on git worktree directory.
Yea, I saw this. It happened to me when trying to run murp in a project where it could not figure out the remote.
smgt referenced this issue2025-09-20 17:20:37 +02:00
Getting remotes in
git worktreeis not trivial. Since it seems that when using a worktree there isn't a.gitdirectory, just a file called.gitwith information about the parent worktree. I need to test this feature a lot before I can merge a solution (#39).