Extending magit with more convenient worktrees

1 · Shane Mulligan · Oct. 4, 2019, 11 a.m.
What is magit? It’s a really awesome git porcelain. Using git worktree with magit to browse different versions of a repository https://magit.vc/manual/magit/Worktree.html http://webcache.googleusercontent.com/search?q=cache:https://medium.com/@gaurav5430/git-using-git-worktree-to-run-2-versions-of-the-code-at-the-same-time-1b4586315a6c Basic git worktree bindings This is because git manages the set of worktrees. Magit makes use of this 1 % g (magit-worktree-status) 1 j magit-list-worktrees ...