git name Электронная почта
git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
RWL_Dittrich
git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
git config --global user.name "John Smith"
git config --global user.email "johnsmith@example.com"
git config --global user.name "name"
git config --global user.email "name"