Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

13 строки
663 B

2 лет назад
2 лет назад
2 лет назад
  1. ## Git Worktrees
  2. <p align="center">
  3. <img src="../../images/docs/worktrees-illustrated.png" alt="Worktrees View"/>
  4. </p>
  5. Worktrees help you multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.
  6. Avoid interrupting your work in progress when needing to review a pull request. Simply create a new worktree and open it in a new VS Code window, all without impacting your other work.
  7. You can create multiple working trees, each of which can be opened in individual windows or all together in a single workspace.
  8. _Note: Worktrees do not yet work with VS Code on the Web._