Skip to content

Instantly share code, notes, and snippets.

@RodolpheGohard
Created October 6, 2023 07:37
Show Gist options
  • Save RodolpheGohard/2f8fc49b76739e109dc96d9fa2a8723d to your computer and use it in GitHub Desktop.
Save RodolpheGohard/2f8fc49b76739e109dc96d9fa2a8723d to your computer and use it in GitHub Desktop.
Git cleaning
# see https://stackoverflow.com/questions/3184555/cleaning-up-old-remote-git-branches
git remote prune origin
git fetch --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment