Basically, I'd like to delete every branch in my fork of an upstream repo that is the same as an upstream branch.
With sufficient scripting, I can write something to enumerate and compare branch heads, but I'm hoping someone knows of a tool that does this, or can point me to some useful git plumbing to help. github, for reasons lost to me, gives you a snapshot of all upstream branches at time of fork, but not any new branches created upstream, nor does it ever delete them when upstream deletes, or give any way to synchronize... not to complain. :-) Cheers, Sam -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
