git 설정값1 [git] 이용중인 Git Repository 사용자 이름, 이메일, 원격저장소 변경 Git 설정값 확인 git config --list git 사용자 이름 변경 git config user.name "{userName}" git 사용자 이름 확인 git config user.name git 사용자 이메일 변경 git config user.email "{userEmail}" git 사용자 이메일 확인 git config user.email git remote 확인 git remote -v git remote origin 삭제 git remote remove origin git remote origin 추가 git remote add origin "{gitRemoteRepositoryUrl}" git remote 변경은 삭제후 추가하는 방향으로 작업. git config에서도 remote를.. 2020. 4. 21. 이전 1 다음