Hey there, I'm Ayush. I'm using git since 2 years and today I found an 
issue. 
I was cloning a repo with SSH key, and after that I  locally config that 
repo with an email. But the problem is that, I have entered the wrong email 
which  belongs to an account. So when I committed some changes  , I found 
that  the commit was done by that user (with that wrong email ) on that 
repo. at github. 

I think it should not be the case.
I want to know more about this, and if it needs to  fix then I would love 
to work with you. 


how I encountered the issue:

   1. git clone git@some_repo
   2. cd repo
   3. git config --local user.email "someone_email"
   4. git checkout -b branch/dev
   5. # make some changes
   6. git add .
   7. git commit -m "first commit"
   8. git push origin branch/dev


Thanks

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/f2586e6c-9a70-4ca6-8f81-d6f40f3cf645n%40googlegroups.com.

Reply via email to