I am using multiple Git repositories to commit my code, one belongs to myself, and other belongs to my organization. I was using different account for these.
So the question is how can I provide different author for different Git repository? After some googling I found that this can be achieved by adding local configuration in the eclipse.

Solution

Click Preferences > Team > Git > Configuration
Click New Entry and enter the key value pairs
Key: user.name    Value: <UserName>
Key: user.email     Value: <EmailHere>