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
This command worked for me:
cat ~/.ssh/id_rsa.pub