I am new to Github so this may seem trivial. I was supposed to create an ssh key for my Github account. I did that by typing the following command into Git Shell:
ssh-keygen -t rsa -C "rishikesh.330@gmail.com"
Prior to this, I had deleted my ssh key from github.com, so I had no keys in my Github before running the above command. On running the above command, a key was generated. When I opened github.com again, I saw a key, which I assume was this one. However, I accidentally deleted that key from github.com and added this new key that I had just created on Git Shell.
So does this mean that my github.com online account and my desktop Git Shell/Git Bash have two different ssh keys now? Should I be concerned if I intend to use my Git Bash to upload things to github.com?