Two-part report: 1. The git-branch-alias macro should be replaced with one using 'git branch' : ``` $ show-macros git-branch-alias alias git-branch-alias='git-current-branch' ``` As is, the name suggests the wrong operation. 2. Check for similar mismatches.