AI Dynamics

Global AI News Aggregator

About

Git Worktree: Open Same Project in Two Instances

When I shared Vibe Coding tips before, I recommended everyone use git worktree, so you can open the same project in two instances. This is actually very simple. In the project root directory, just run this command once: git worktree add -b im-good-looking ../im-good-looking

→ View original post on X — @elliotchen100