Radio and PodcastRadio and PodcastLive Radio & Podcasts
PHP Alive And Kicking: Episode 22 Sara Golemon artwork
Technology

PHP Alive And Kicking: Episode 22 Sara Golemon

php[podcast] episodes from php[architect] by php[podcast] episodes from php[architect]

Apr 17, 20261:02:54Technology

Sara Golemon returns to the show — her first appearance was way back in Episode 2 — for a deep dive into Git Worktrees , a powerful but underused Git feature that lets you work on multiple branches simultaneously without...

About This Episode

PHP Alive And Kicking: Episode 22 Sara Golemon is an episode from php[podcast] episodes from php[architect] by php[podcast] episodes from php[architect]. Sara Golemon returns to the show — her first appearance was way back in Episode 2 — fo...

Podcast

This episode belongs to php[podcast] episodes from php[architect].

Listen Online

Use the player on this page to stream the episode online.

Episode Details

Published Apr 17, 2026, 1:02:54 long, audio available.

Questions About This Episode

What is PHP Alive And Kicking: Episode 22 Sara Golemon about?

Sara Golemon returns to the show — her first appearance was way back in Episode 2 — for a deep dive into Git Worktrees , a powerful but underused Git feature that lets you work on multiple branches simultaneously without the overhead of stashing, context-switching, or rebuilding from scratch. The episode covers practical real-world use cases, a live demo on the PHP source repo, Docker/Lando integration, and some lively chat about AI, scripting, and developer productivity. Topics Covered Git Worktrees Main Topic Rather than switching between branches and losing build state, Git Worktrees let you check out multiple branches into separate directories — all sharing a single .git history. How Worktrees differ from standard git checkout branch switching Why they shine for projects with build artifacts (compiled code, minified JS) — no recompile on directory switch Working with PHP’s multi-version release branches (8.1 → 8.2 → 8.3 → 8.4 → 8.5 → master) simultaneously Merging a fix up through all active PHP release branches in a live demo Pushing all branches at once from a single shared .git directory Cleaning up with git worktree prune — just deleting the folder isn’t enough! git worktree add <path> <branch> git worktree list git worktree prune git branch -d <branch> # Only works after pruning Worktrees + Docker / Web Development The hosts explored how Worktrees fit into a typical PHP web dev workflow with Docker. Run multiple Docker Compose environments simultaneously — one per Worktree/branch Port clashing is real; solutions include scripted aliases and Lando (handles conflicts automatically) Sara’s Git alias new from Facebook/Meta automated Worktree creation and assigned unique IPs per ticket composer install only needs to run once per Worktree — not on every branch switch PHP Architect Social Media: X: Mastodon: Bluesky: PHPArch.me: Discord:

Where can I listen to PHP Alive And Kicking: Episode 22 Sara Golemon?

You can listen to PHP Alive And Kicking: Episode 22 Sara Golemon online on Radio and Podcast. Open the player on this page to stream the available audio.

Which podcast is PHP Alive And Kicking: Episode 22 Sara Golemon from?

PHP Alive And Kicking: Episode 22 Sara Golemon is an episode from php[podcast] episodes from php[architect] by php[podcast] episodes from php[architect].

How long is this episode?

This episode is 1:02:54 long.

When was this episode published?

This episode was published on Apr 17, 2026.

Can I save PHP Alive And Kicking: Episode 22 Sara Golemon for later?

Yes. Use the heart button on the episode page to add it to your favorite episodes list.

Are there related episodes from php[podcast] episodes from php[architect]?

Yes. This page shows related episodes from php[podcast] episodes from php[architect] when more episodes are available from the podcast feed.

Quick Answers About This Episode

Where can I listen to PHP Alive And Kicking: Episode 22 Sara Golemon?

You can listen to PHP Alive And Kicking: Episode 22 Sara Golemon on this page when the episode audio is available from the podcast feed.

Which podcast is this episode from?

PHP Alive And Kicking: Episode 22 Sara Golemon is from php[podcast] episodes from php[architect] by php[podcast] episodes from php[architect].

What are the episode details?

Published Apr 17, 2026 and 1:02:54 long