Adds user email for the current local repository (to the local config)
git config --local user.email "tandilashvilivaleri@gmail.com"
After the command execution, In local
config
file located at
.git/config
will be added the following
[user]
        email = tandilashvilivaleri@gmail.com
git config
defaults to
--local
by Valeri Tandilashvili
4 years ago
Git
1
Pro tip: use ```triple backticks around text``` to write in code fences