Hacker News new | ask | show | jobs
by pythonaut_16 981 days ago
Worktrees are super useful to avoid interrupting your work in progress when you need to load another branch to help someone debug something.
1 comments

Ha. I typically stash and checkout the other branch or commit a wip that I’ll undo when I’m back and checkout the other branch.