最佳答案
When inside a Git repository, is it possible to add tab completion for branches to Powershell? For example:
PS> git checkout ma
TAB
would result in
PS> git checkout master