u/ewilazarus

Anyone here using git worktrees as their default workflow?
▲ 30 r/git+1 crossposts

Anyone here using git worktrees as their default workflow?

I’ve been experimenting with using worktrees more aggressively to avoid context switching, but the raw UX feels a bit manual for day-to-day use.

Ended up building a wrapper to standardize how I create/manage them.

Curious how others are using worktrees in practice:

  • do you keep one per branch?
  • how do you handle environment setup?
  • do you automate cleanup?

Repo (if curious): https://github.com/ewilazarus/git-workspace

u/ewilazarus — 4 days ago