Add Git Shell Completion
timnolte opened this issue · 0 comments
timnolte commented
For developer productivity it would be beneficial to have Git shell auto-completion. This should support Bash & Zsh.
Linux distribution Bash complete for Git: /usr/share/bash-completion/completions/git
See: https://git-scm.com/book/uz/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Bash
See: https://git-scm.com/book/uz/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Zsh
See: https://www.oliverspryn.com/blog/adding-git-completion-to-zsh
See: hyperledger/cacti#2867