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-sc
into/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
/oursc
sites/our-sc
into /oursc
To remove:
git worktree prune