9951 explained code solutions for 126 technologies


gitHow to config username and email


git config --global user.name name
git config --global user.email emailctrl + c
--global

allows to use this conig for all git repos

name

your username you want on your commits

email

your email you want on your commits