https://stackoverflow.com/questions/51696931/list-all-local-git-branches-without-an-asterisk/51697007#51697007 list all git branches without an asterisk ``` git for-each-ref --format='%(refname)' refs/heads/* ```
https://stackoverflow.com/questions/51696931/list-all-local-git-branches-without-an-asterisk/51697007#51697007
list all git branches without an asterisk