When I say 'git checkout ' I want zsh to autocomplete names of my git branches. Is that possible?
views:
137answers:
1
+1
A:
The easiest way (and probably the only one not requiring a serious amount of hacking) is to update zsh. On my zsh 4.3.9
autocompletion works for git branches.
Jawa
2010-04-29 09:20:45