/ Published in: Bash
URL: http://kparal.wordpress.com/2011/04/15/git-tip-of-the-day-pruning-stale-remote-tracking-branches/
You’ll receive a list of your stale remote-tracking branches. If you run it without –dry-run option, it will remove them for you.
Expand |
Embed | Plain Text
git remote prune origin --dry-run
You need to login to post a comment.
