💾 Archived View for freeshell.de › tldr › git-worktree.gmi captured on 2023-01-29 at 04:51:29. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manage multiple working trees attached to the same repository.
git worktree add {path/to/directory} {branch}
git worktree add {path/to/directory} -b {new_branch}
git worktree list
git worktree prune
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).