TIL : Git Worktree
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...
Jun 4, 20221 min read3


