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