git branch --list 'feature/*'

Category: Git - Core

git branch --list 'feature/*'

List branches matching a name pattern

Shows only branches whose names match the glob pattern, here every branch under the feature/ namespace. It is the filtering form of git branch. Combine it with -r for remote-tracking branches like 'origin/*'.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.