How to set git username and email

git config --local user.name "Sergey-Murtazin"
git config --local user.email "sergey.murtazin@akvelon.com"

#stuff_I_always_forget