내가 사용하는 컴퓨터의 이전 사용자의 정보가 아직까지 남아 있어 내가 푸쉬한 파일에 이전 사용자의 이름으로 올라가는 이슈가 있어서 사용자를 재설정 할 수 있는 방법을 찾아보았다.
git config user.name git config user.email
git config --global user.name "Your Name" git config --global user.email you@example.com