Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 198 Bytes

delete_references_of_remote_branches_that_dont_exist.md

File metadata and controls

6 lines (5 loc) · 198 Bytes

Delete references of remote branches that don't exist

This will prune all those non-existent remote tracking references which is sure to clean up your git log

git fetch origin --prune