반응형 status1 [git] git 기본 필수 명령어 모음 # git 버전 확인하기 git --version #git과 연동된 에디터 설정하기 git config --global core.editor “code” # code가 열렸을 때 커맨드 창을 입력 불가 상태로 만들기 git config --global core.editor “code wait” # 글로벌 환경 수정 git config --global -e # user name 설정 git config --global user.name “username” # user email 설정 git config --global user.email “username@gmail.com” # 줄바꿈 차이로 인한 문제 해결 - windows git config --global core.autocrlf true # Max .. 프로그래밍 2023. 1. 20. 이전 1 다음 반응형