--- tags: [git] --- # Delete a branch ### Locally ```bash git branch -d ``` ### Remote ```bash git push origin --delete ```