Remove branches merged into master

by Yuva, Co-founder

Run the following command to remove all tracking branches that are merged to master

git branch --merged master | sed /master/d | xargs -n 1 git branch -d

More articles

Ruby's JIT Journey: From MJIT to YJIT to ZJIT

A walkthrough of Ruby’s JIT history and the design ideas behind MJIT, YJIT, and ZJIT

Read more

Evaluating LLM Agents: Confidence Through Pre-Production Testing

How to design practical pre-production testing for LLM systems—using datasets, evaluators, and experiments to catch regressions before shipping.

Read more

Ready to Build Something Amazing?

Codemancers can bring your vision to life and help you achieve your goals