Is there a way to backup, archive or somehow store some stale branches on our remote? We have somehow accumulated a page full of them on a project that has had people come and go over time and they branches are mostly just in the way. I'd like to delete & prune them but would prefer if I had them backed up somehow.
Thoughts?
I have created and run this automation script for that purpose since I didn't want to just convert them into stale tags.
The script generates the patch file for each branch diff. You can archive them in your preferred location.