/ Published in: Bash
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
Copy this code and paste it in your HTML
git remote prune origin --dry-run
URL: http://kparal.wordpress.com/2011/04/15/git-tip-of-the-day-pruning-stale-remote-tracking-branches/