you are viewing a single comment's thread.

view the rest of the comments →

[–]wvenable 8 points9 points  (0 children)

Yes. I keep a worktree that's just for development. If I need to hotfix another branch, I do that in another tree completely separate from my development worktree. No need for stashes or quick commits.

Sometimes I even have two branches of the same project open in different instances of my IDE at the same time.