-->

Wednesday, August 12, 2020

Git cleanup remotes

 Running `git fetch origin --prune` will remove unused remote branches. This happens frequently when using Github since it will automatically delete a remote branch that has been merged.

No comments:

Post a Comment