views:

137

answers:

1

When I say 'git checkout ' I want zsh to autocomplete names of my git branches. Is that possible?

+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