본문 바로가기
Useful IT

git 계정 초기화하는 방법

by Berasix 2022. 10. 7.
반응형

git config --local --unset credential.helper

git config --global --unset credential.helper

git config --system --unset credential.helper

git config --local --unset user.name

git config --local --unset user.email

git config --global --unset user.name

git config --global --unset user.email

git config --system --unset user.name

git config --system --unset user.email

728x90

댓글