IT

git staging author commiter change

roselumi 2019. 2. 14. 14:51

https://stackoverflow.com/questions/10663492/how-do-i-change-the-default-author-and-committer-in-the-eclipse-git-plugin


  1. Click Window > Preferences > Team > Git > Configuration
  2. Click Add Entry and enter the key value pairs:

    • Key: user.name
    • Value: YourUsernameHere

      And

    • Key: user.email
    • Value: YourEmailHere