I’ve gotten to a point where easily 90% plus of the code I write is done by AI. This is great for speed, but sometimes, if you have N number of PRs open or working branches across multiple repos, things can get tough to manage. To mitigate this, git worktrees are a lifesaver and allow you to work with several branches locally on a single repo. Unfortunately, the Codex app or Claude desktop doesn’t have the best support for viewing git worktrees as a main first-class object. The most you get is just a list, with little detail or ability. With claude code + codex I made https://github.com/itsHabib/tower , a simple TUI-based git worktree manager. That also comes with an MCP server if I prefer to stay in a chat window to orchestrate workflows. lmk what you think! submitted by /u/_itshabib
Originally posted by u/_itshabib on r/ClaudeCode
