gitbash1 계정이 2개일 때, commit전에 git bash로 git 사용자 확인하기 계정이 2개일 때, 어떤 계정으로 commit되는지 확인하는 방법 1. git bash에 들어가서 아래 입력 git config user.name git config user.email 2. git 전역 설정을 변경한다. git config --global user.name "YourUserName" git config --global user.email "your.email@example.com" global로 해야 전체적으로 계정 변경이 이루어진다. 이렇게 하면 내가 원하는 계정으로 commit이 가능하다. -------------------------------------------------------------------------------------------------------------.. 2023. 7. 29. 이전 1 다음