본문 바로가기
Git

git 명령어 2

by 우박비 2021. 1. 21.
  • git 프로그램 그 자체를 최신버전으로 업데이트
    • git update-git-for-windows
  • git 로그인 정보 없애기
    • git config --global credential.helper manager
    • git credential-manager delete https://github.com
  • git 설치 직후 사용자 정보 세팅
    • git config --global user.name "깃허브 계정 ID"
    • git config --global user.email "이메일"

'Git' 카테고리의 다른 글

GIT) 원격저장소에 잘못 올린 파일 삭제  (0) 2021.01.15
Git 명령어  (0) 2020.10.12