25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
521 B

  1. ## Git Worktrees
  2. <p align="center">
  3. <img src="../../images/docs/worktrees-illustrated.png" alt="Worktrees View"/>
  4. </p>
  5. Worktrees make developing on and testing multiple branches easier, by minimizing the context switching between branches. Worktrees allow you to easily work on different branches of a repository simultaneously. You can create multiple working trees, each of which can be opened in individual windows or all together in a single workspace.
  6. _Note: Worktrees do not yet work with VS Code on the Web._