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

Reverse Proxying over WebSockets: Building a Production-Ready Local Tunnel

A practical look at the challenges of exposing local servers to the internet, and how we built a production-ready tunneling system using WebSockets and NestJS.

Read more

Getting Started with DeepAgents: Building Structured, Long-Running AI Agents

A practical introduction to LangChain’s Deep Agents—exploring planning, memory, iterative workflows, subagents, and how this framework enables long-horizon AI reasoning.

Read more

Ready to Build Something Amazing?

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