Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
How to delete a branch from a remote in git? E.g. maybe you had this branch locally too, but you deleted it already according to this question. Now you want to get rid of the corresponding remote ...
Question
git
#1: Initial revision
How to delete a remote branch in git?
How to delete a branch from a remote in git? E.g. maybe you had this branch locally too, but you deleted it already according to [this question](https://software.codidact.com/posts/289829). Now you want to get rid of the corresponding remote branch too.