Return to Snippet

Revision: 58460
at July 16, 2012 22:20 by satie83


Initial Code
git remote prune origin --dry-run

Initial URL
http://kparal.wordpress.com/2011/04/15/git-tip-of-the-day-pruning-stale-remote-tracking-branches/

Initial Description
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.

Initial Title
GIT - List of stale remote-tracking branches

Initial Tags
git

Initial Language
Bash