logoalt Hacker News

progxtoday at 7:13 AM1 replyview on HN

Why should ai need this? A linear backlog is enough, a cache, for everything else they can create it new in a short time.


Replies

jcfreitoday at 8:39 AM

Another commenter explained it: It's about working on multiple branches in parallel. You can only check out one branch at a time currently in git - but with "but" you have all the changes just in memory so different agents can work on different branches at the same time.

show 2 replies