refs/heads/<branchName>
master
, development
development, master, *feature, feature/**
**
origin/branches*
would match origin/branches-foo
but not origin/branches/foo
, while origin/branches**
would match both origin/branches-foo
and origin/branches/foo