When I type:
git log p<tab>
In Bash it expands it to git log production/master (if there's only one branch at existing production remote).
How can I have zsh behave like that?
EDIT:
This does not work either:
git sub<tab>
(it should complete to git submodule).