One change
Use Claude Code in VS Code
vs-code
Nearest release: v2.1.240, published 3 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
vs-code Changed · +1 / -11 lines
### Use git worktrees for parallel tasks
from line 433
## Work with git -Claude Code integrates with git to help with version control workflows directly in VS Code. Ask Claude to commit changes, create pull requests, or work across branches. +Claude Code integrates with git to help with version control workflows directly in VS Code. Ask Claude to commit changes, create pull requests, or work across branches. To start Claude in an isolated worktree with its own files and branch, see [Run parallel sessions with worktrees](/docs/en/worktrees). ### Create commits and pull requests
from line 446
``` When creating pull requests, Claude generates descriptions based on the actual code changes and can add context about testing or implementation decisions. - -### Use git worktrees for parallel tasks - -Use the `--worktree` (`-w`) flag to start Claude in an isolated worktree with its own files and branch: - -```bash theme={null} -claude --worktree feature-auth -``` - -Each worktree maintains independent file state while sharing git history. This prevents Claude instances from interfering with each other when working on different tasks. For more details, see [Run parallel sessions with Git worktrees](/docs/en/worktrees). ## Use third-party providers