Bash. Echo git branch -vv

Why when i'm using echo $(git branch -vv) it shows file list in directory, instead of branch list? How to parse git branch -vv via sed in bash script with line breaks?