Hi All,
Is there a way that we can delete old Bitbucket branches(1month old) in bulk for a particular repo?
Please guide.
Thanks!!
Manoj
Hi @manoj reddy gajjala
We can do this via git command line by writing a script to find out old branches and delete them.
To do this you may have to mirror clone the entire repo to local machine, run the script and push mirror back to bitbucket.
Please check this link they have mentioned the command snippet to remove branches that are 1 week old. You can change the script according to your use case and test it.
https://stackoverflow.com/questions/10325599/delete-all-branches-that-are-more-than-x-days-weeks-old/49998249
Regards,
Vishwas
It looks like you're new here. Sign in or register to get started.