Hacker News new | ask | show | jobs
by matada_ 191 days ago
I usually work on at least two tasks/feature branches at a time, so I have at least 2 terminals/agents running.

I find working on two different branches in the same repo quite manageable since the context switching is quite manageable.

I started heavily using `git worktree` to simplify my workflow; and I wrote a short blog post about it https://matada.org/posts/git-worktree-llms/