Automating .env Files in Git Worktrees
Posted on Thu 12 March 2026 in posts • Tagged with git, worktrees, automation, devops, agor
Git worktrees respect .gitignore — which means they don't have .env files from the bare git cloned repo. Here's a bash hook that fixed this.
Continue reading