I have a feature branch that has many more commits than the master branch.
I just merged master in the feature branch, and I'm now ready to open a pull request to merge the feature branch into master.
However, before doing so, I want to list all branches that were created from the feature branch that have additional commits to make sure that all my teammates' branches are merged in the feature branch
thanks