// Delete branch locally
git branch -d <local-branch-name>
// Delete branch remotely
git push origin --delete <remote-branch-name>
// Delete branch locally
git branch -d <local-branch-name>
// Delete branch remotely
git push origin --delete <remote-branch-name>
Hello,

Welcome to BeingCraftsman — where software architecture is treated as a long-term responsibility. I’m a Software Architect and Cloud Lead based in Pune, India, with over a decade of experience designing scalable systems, guiding teams, and making practical engineering decisions. This space is about clarity in architecture, reliability in systems, and leadership that helps teams build software that lasts.
Stay updated with our latest tutorials and ideas by joining our newsletter.
Leave a Reply