# Using Git Worktrees to Work on Multiple Branches

DevFeed: [Using Git Worktrees to Work on Multiple Branches](<https://devfeed.tech/articles/git-worktree-is-awesome-37724.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/git-worktrees/>)

Author: Carlos Alexandro Becker

Published: 2022-01-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Git](<https://devfeed.tech/topics/git.md>), [Neovim](<https://devfeed.tech/topics/neovim.md>)

Tags: [git](<https://devfeed.tech/tags/git.md>), [vim](<https://devfeed.tech/tags/vim.md>)

## AI overview

A tutorial on using Git worktrees to keep separate working directories for different branches of a repository. It also suggests a Neovim plugin that can simplify the workflow and run hooks when switching worktrees.

## Source excerpt

I'm still mad I haven't found this out before.