--- title: Git Remote date: 2023-11-24T14:07:33+00:00 tags: git identifier: "20231124T140733" --- # Remotes ## Cleanup old remote branches ``` git remote prune origin ``` [Stack Overflow](https://stackoverflow.com/questions/3184555/cleaning-up-old-remote-git-branches)