Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to delete branches that are 1month old in a Bitbucket Repo?

manoj reddy gajjala December 19, 2021

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

1 answer

1 vote
Vishwas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 19, 2021

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.6.2
TAGS
AUG Leaders

Atlassian Community Events