Remove the git branch from the local and server side

Delete branch from remote location –
git push -d remote-name branch-name

Delete branch from localhost –
git branch -D branch-name
git branch -d branch-name

Leave a Reply

Your email address will not be published. Required fields are marked *