A blog about scientific computing with Python and Matlab. See the work of an engineer and data scientist in practice.
Pages
▼
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