Linux Delete Remote Branch Git August 1, 2018 Pramod T P Leave a comment Run the following commands git branch -d BRANCH_NAME git push origin --delete BRANCH_NAME