Remix.run Logo
Git Worktrees: Git Done Right(nickyt.co)
3 points by ibobev 9 hours ago | 2 comments
davydm 9 hours ago | parent [-]

No

Worktrees are unnecessary complexity when you could just clone twice. You can clone from a local repo too, then change upstream, if bandwidth is an issue.

Worktrees are bullshit.

ibobev 4 hours ago | parent [-]

Aren't checkouts much lighter than cloning the entire repository, both in terms of speed and space usage? I think so.