List both remote-tracking branches and local branches.
--list::
- Activate the list mode. `git branch <pattern>` would try to create a branch,
+ Activate the list mode. `git branch <branchname>` would try to create a branch,
use `git branch --list <pattern>` to list matching branches.
-v::