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