- Go into your
C:\User\<USER>with your terminal. - Run command
mkdir ~/bash_completion.d - Run command
curl -o ~/bash_completion.d/git https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash - Run command
echo "source ~/bash_completion.d/git" >> ~/.bashrc
Now you can look for completions with TAB.