Navigate to the repository directory, use the following commands to set user config for that repository
$ git config user.name "Deepak Azad"Alternatively, modify the config file of the repository directly and add the following lines to it
$ git config user.email "deepak@example.com"
[user]
name = Deepak Azad
email = deepak@example.com