Hi, I am looking into different options to cache Git repositories on build machines. The two most promising ways seem to be git-worktree [1] and git-alternates [2]. I wonder if you see an advantage of one over the other? My impression is that git-worktree supersedes git-alternates. Would that be a fair statement? If yes, would it makes sense to deprecate alternates for simplification? Thanks, Lars [1] https://git-scm.com/docs/git-worktree [2] https://git-scm.com/docs/gitrepository-layout#gitrepository-layout-objectsinfoalternates