It’s easy to remove a certain remote branch in a Git respository. You could try this 1git push origin --delete <branchName>And of course another short command is waiting for You 1git push origin :<branchName>