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

Data Made Simple with Metabase

Learn how to set up and use Metabase, the open-source business intelligence platform that transforms your data into actionable insights. This comprehensive guide covers installation, dashboard creation, and advanced analytics features...

Read more

Map Client Roles to User Groups in Keycloak

This guide provides a step-by-step process for administrators who want to streamline client-role-based access management in their Keycloak setup and access user roles from access token in rails app.

Read more

Ready to Build Something Amazing?

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