공용 컴퓨터 git 설정

ino5·2021년 6월 10일
0
git config --global user.name "ID"
git config --global user.email "email@email"
git config --global --unset user.name
git config --global --unset user.email

git push 해도 줄바꿈되고 무반응일 때

자격 증명 관리자에서 일반 자격 증명 직접 추가


참고

깃 최근 2개 커밋 취소

git reset HEAD^^
profile
지금은 네이버 블로그만 해요... https://blog.naver.com/chero77

0개의 댓글