We have a team of 50+ developers and people do not delete their feature branches after merging them on the main-stream branch.
We have four main-stream branches develop
, staging
, demo
, and master
. We follow to create a separate branch for each JIRA ticket and that branch should be deleted once it merged on the origin branch.
So I want to get the list of all merged branches along with the creator to prepare the stats but could not find a proper way to do this. Find multiple answers on StackOverflow but could not find any suitable.