Categories
How to setup git under github?
Hello. I created a project on github. And I push there from the local machine. But even though I'm pushing as my user, the github commits show FirstName LastName, not my user. What's the trouble?
Answer the question
In order to leave comments, you need to log in
git config --global user.email "your email" git config --global user.name "your username" something like this needs to be written
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question