learn git worktrees in under 5 minutes

Опубликовано: 14 Апрель 2026
на канале: bashbunni
112,408
4.5k

Git worktrees are a great way to boost your productivity and wrangle your chaotic coding habits. Git worktrees let you check out multiple branches from one repo into separate directories. Benefits include parallel work, no stashing for context switching, and easier code reviews/testing. You can checkout multiple Git branches simultaneously without needing to rely on the stash command. This video will show you everything you need to know to get started.

Make your git workflow efficient and flexible with Git worktrees.

How to support bunni:
   / @bashbunni  
https://github.com/sponsors/bashbunni/

Affiliate links:
https://biosteel.com/biosteelbunni
My keyboard: https://www.keychron.com/products/key...

My other corners of the Internet:
  / bashbunni  
https://github.com/bashbunni
  / discord  
https://mastodon.social/@bashbunni
  / sudobunni  
https://bsky.app/profile/bashbunni.dev

Join this channel to get access to perks:
   / @bashbunni  

Chapters:
0:00 why and how to use git worktrees
2:27 my git worktree workflow