O
O
oke11o2016-05-25 15:53:58
git
oke11o, 2016-05-25 15:53:58

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?
4AkooN6HMJNlOA.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Isa, 2016-05-25
@isa424

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 your question

Ask a Question

731 491 924 answers to any question