Feb 28 · 6 min read · Introduction Lately, I've been working in a style where I keep multiple tasks running in parallel using the Codex app and git-wt.However, in a docker compose-based development environment where backen
Join discussion
Feb 1 · 8 min read · We are entering the era of multi-agent coding. You might have one AI agent refactoring legacy code, another writing unit tests, and you (the human) trying to merge a feature. If you try to run all of this in a single git clone directory, it's a disas...
Join discussionJan 11 · 6 min read · אמ;לק ביקשתם דוגמאות טכניות? קיבלתם. בפוסט הזה אני חושף את ה״מנוע״ שמתחת למכסה המנוע: מבנה התיקיות שלי, פקודות ה-Git Worktree המדויקות, קבצי ה-Cursor Rule (.mdc) שכתבתי, ואיך דיבאגתי ותיקנתי באג קריטי בפרודקשיין בעזרת שרשרת של סוכני AI. הקדמה: תראו ...
Join discussion
Jun 4, 2022 · 1 min read · A git repository can support multiple working trees, allowing you to check out more than one branch at a time. With git worktree you can add a new working tree that is associated with the repository, along with additional metadata that differentiates...
Join discussion