What is mean by ‘git config’ ?

The ‘git config’ command is use to set configuration options for Git installation.  

Like Behaviour of a repository, user info, preferences etc. can be defined through this command

git config user.email

git config --global user.email "your_email@example.com"