Would contributions for git worktrees be helpful, or out-of-scope?
Hi there, long time user of this resource.
As part of the AI boom, I now use git worktrees heavily in my daily workflow. They are an awesome way to let you have multiple "copies" of a repo checked out at once...which definitely leads to some "oh shit!?" moments, such as:
1. Oh shit, my git worktree lost my changed files! _(The reason is because you renamed your bare repo checkout directory - rename it back!)
1. Oh shit, I can't create a worktree from a remote branch, git says it can't find it! _(The reason is because ...)_
I feel like I could create one or two entries for git worktrees gotchas, but wouldn't want to spend time on it if it's not desired?
Thanks again for this incredible resource!!
0 条评论