Git Push & Delete Remote Branches
We all know that after we have finished with a certain feature branch in git, we can remove it easily by running the following command in shell: However, this only deletes this specific feature branch locally on your machine, and it does not remove the one sits on the server. …