git command to display un-merged branches for particular user in master repo
git branch -a --no-merged master
Used above command but unable to filter with specific user, as unmegred branches volume is 3k need to clean up them..
git command to display un-merged branches for particular user in master repo
git branch -a --no-merged master
Used above command but unable to filter with specific user, as unmegred branches volume is 3k need to clean up them..