My team occasionally creates branches to edit files that are already being edited on other branches. To help avoid this I'd like a list view of all branches with a column that shows all the files that have been changed in each. I know how to output such a list using Git commands like those described here. But I'd like a convenient list for the team to review prior to creation of a new branch. What are my options? Thanks.