How can I see which SSH key file is used in Git Bash?
I tried \"git config --get-all\", but I get the error message
error: wrong number of argume
Another solution, in the latest Git Bash, you can type:
$ git-gui
Then a GUI application is executing, and in the GUI, you can just click Help → Show SSH Key to show your SSH key.