GIT - List of stale remote-tracking branches


/ Published in: Bash
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. git remote prune origin --dry-run

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.