//delete locally git branch -d branch_name //delete remotely //git push <remote_name> :<branch_name> // ex. git push origin :serverfix