If you are using zsh, with autocomplete and git, then you can autocomplete things like branch names.
I aliased my git to git-achievements, and the autocomplete of branches stopped working.
Turns out the solution was just to add this
to my rc file. Now autocomplete is working again. Will see if there’s any other side effects.