Git Worktree Alternative to git stash save -m "mywip" Alternative to cloning the repo again 'clone' a worktree tracked folder git worktree add -b feature/mybranch ../myfolder main git worktree add ../myfolder main git worktree list