counsel-git-checkout-action happily executes command substitutes in
git branch names -- e.g.
$ git clone https://github.com/dyntopia/counsel-branch
$ emacs counsel-branch/test
M-x counsel-git-checkout RET RET
/bin/bash: abcd: command not found
error: pathspec 'remotes/origin/' did not match any file(s) known to git.
counsel-git-checkout-actionhappily executes command substitutes ingit branch names -- e.g.