Configuration
git config
Get and set configuration variables that control all facts of how Git looks and operates.
git configSet Name
git config --global user.name "User name"Set Email
git config --global user.email "example@gmail.com"Set Editor
git config --global core.editor VimShow Configuration
git config --listLast updated