BSBalraj Singhinbalrajsingh.hashnode.dev·Jul 7 · 5 min readHow Git Worktree Saved Me From Constant Branch-Switching ChaosStop cloning the same repository multiple times. Learn how Git Worktree lets you work on multiple branches simultaneously without interrupting your workflow. Introduction If you've been working with 00
AAAnanthakrishnan Ainblog.akananthu.com·Jun 29 · 7 min readHow I Work on Four Git Branches at the Same TimeIf you've been using Git for a while, chances are you've gone through this. You're deep into implementing a feature. Everything is going well. You have a few uncommitted changes, your development se88ASSC
PPulkitinpulkit.blog·May 29 · 23 min readGit WorktreesI work at Noveum.ai, a small, fast-moving startup. On a normal day I'll be deep in a new feature, an agent grinding through a refactor in the background, and then it happens: something breaks in prod.00
YMYankee Maharjaninyankee.dev·Apr 29 · 6 min readHow I manage my Python Virtual EnvironmentsIn a common workflow we create a virtual environment using different tools inside of the project directory. You might have venv, .venv, env and so on. I find it a bit cluttered. My approach is a bit d71L
ACAbhinab Choudhuryinabhinab-choudhury.hashnode.dev·Mar 27 · 1 min readGit WorktreeWhat is git worktree? Allows you to have multiple working directories from the same repo Useful for: Working on multiple branches simultaneously Avoiding constant branch switching Keeping clean s00
Aara-ta3inara-ta3.hashnode.dev·Feb 28 · 6 min readParallel Development in a Docker Compose Monorepo with the Codex App and git-wtIntroduction 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 backen00
MSManabu S.inmanabu.hashnode.dev·Feb 1 · 8 min readGit Worktrees: The Secret Weapon for Multi-Agent AI CodingWe 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...00
SEShaked Eyalinthecodeline.org·Jan 11 · 6 min readמכאוס לקונטקסט: המדריך הטכניאמ;לק ביקשתם דוגמאות טכניות? קיבלתם. בפוסט הזה אני חושף את ה״מנוע״ שמתחת למכסה המנוע: מבנה התיקיות שלי, פקודות ה-Git Worktree המדויקות, קבצי ה-Cursor Rule (.mdc) שכתבתי, ואיך דיבאגתי ותיקנתי באג קריטי בפרודקשיין בעזרת שרשרת של סוכני AI. הקדמה: תראו ...00