Github 썸네일형 리스트형 2022년09월15일 TIL - UI/UX 디자인, VSCode/Github 계정 변경/삭제 220915 UI/UX 디자인, VSCode Github 계정 변경 UI / UX 디자인 https://chaeyeon-chaeyeon.tistory.com/24 VSCode 에 연동된 Github 계정 변경하기 기존의 정보를 삭제한다. git config --unset user.name git config --unset user.email - global 로 설정했다면 --global 을 추가해서 작성한다. git config --unset --global user.name git config --unset --global user.email 2. 다시 등록하자. git config --global user.name 넣을이름 git config --global user.email 깃허브이메일 3. 확인.. 더보기 이전 1 다음