Git Auto-Completion
- bash: find
git-completion.bash
orbash_completion
(link) - powershell:
Install-Module posh-git
, thenImport-Module posh-git
in the$profile
file; see posh-git (repo) - zsh:
autoload -Uz compinit && compinit
in.zshrc
also: git lfs completion
(docs)