Issue
I am using the Git plugin
for Eclipse
. I have several authors and committers which are displayed when I start typing in those fields.
How can I provide changes to this list, or remove some author or committer?
Also, I want to set my default author and committer which will be displayed by default.
Solution
- Click Window > Preferences > Team > Git > Configuration
Click Add Entry and enter the key value pairs:
- Key: user.name
Value: YourUsernameHere
And
- Key: user.email
- Value: YourEmailHere
Answered By - Guillermo Garcia
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.