#git

2024 08 08

Quickly make a clone of your repo to a separate directory with git worktree

git worktree add ../copied-repo

Edit on GitHub