====== branches ====== ===== remove remote tracking branch ===== git branch -d -r origin/feat/name ===== remove remote and local at once ===== * [[https://levipy.com/removing-git-branches-at-once|Removing git branches at once]] * [[https://stackoverflow.com/a/38776671/2042400|How do I delete a Git branch locally and remotely?]]