Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

9 rindas
526 B

pirms 2 gadiem
  1. ## Git Worktrees
  2. <p align="center">
  3. <img src="../../images/docs/worktrees-view.png" alt="Worktrees View in Side Bar"/>
  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._