Идентификация автора неизвестно git bash оба типа

$ git config --global user.name "Firstname Lastname"Sets the name of the user for all git instances on the system
$ git config --global user.email "your_email@youremail.com"
Troubled Turkey