标签: git zsh zsh-completion
如果要查看git分支,可以键入git checkout TAB列出可用分支:
git checkout
$ git checkout feature- feature-1 feature-2
如何将分支创建者和更新前的其他信息添加到自动填充分支列表中?
$ git checkout <TAB> develop by Full Name 2 hours ago staging by Full Name 1 day ago
答案 0 :(得分:0)
无法覆盖git提供的zsh completion commands。