I am using github on windows. I am new at github, so I am a bit confused about accouts. I set up github some times ago (4 months). And I have two github account on github.com
- username1, myemail1@domain.com
- username2, myemail2@domain.com
I am creating a repository on github.com with username1 account. Repository name is test. And I am pushing my files to repository. commands:
- git remote add github git@github.com:username1/test.git
- git push origin master
And I am opening my github username1 account on github.com web site, and opening tets repository page, but index content modified by username2
I changed username, email from console but username2 is appearing yet.
Is it about ssh? What can I do? I am new.