Git worktree
up:: Git
git worktree add ./oursc sites/our-sc- Creates a new folder
/oursc - Copies the entire content of the branch
sites/our-scinto/oursc - ✨Really handy for checking across branches
To remove:
git worktree prune
Search
Apr 01, 2025
up:: Git
git worktree add ./oursc sites/our-sc/ourscsites/our-sc into /ourscTo remove:
git worktree prune