#### Actual Currently we have a list of git branches that are deprecated. #### Expected We want to remove all the git branches except the `main` branch since those are deprecated and we want to keep the list as minimal as possible.
Actual
Currently we have a list of git branches that are deprecated.
Expected
We want to remove all the git branches except the
mainbranch since those are deprecated and we want to keep the list as minimal as possible.