Created
October 6, 2023 07:37
-
-
Save RodolpheGohard/2f8fc49b76739e109dc96d9fa2a8723d to your computer and use it in GitHub Desktop.
Git cleaning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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