협업할 때, Git을 많이 사용한다.Commit 할 때마다 표시되는 Author, Committer을 계속 변경하기 정말 귀찮다. STS, 이클립스 등에서 사용자가 임의로 변경할 수 있다. Git Author, Committer 변경하는 방법1. Window > Preferences... 2. Git > Configuration > User Settings > Add Entry ... 3. Key: user.name / Value: id@email 입력 > Add 4. name, email 입력 및 확인 5. Git Staging > Author, Committer 변경 여부 확인 (Git Staging 보이지 않는 경우, Window > Show View > Other > Git > Git..