6/15 Git 설정 실전

Yoochang Sung·2024년 6월 16일

Git

목록 보기
3/13

설정

git config --global user.name github 이름
git config --global user.email github 아이디

설정 중 permission 에러 뜨면 git bash를 관리자 권한으로 실행해서 다시!

에디터 code로.

git config --global core.editor code

브랜치 main으로

git config --global init.defaultBrance main

확인

git config -l --show-origin

파일 위치도 확인 가능

git config user.name
git config user.email
git config core.autocrlf
git config core.editor
git config init.defaultbrance

profile
Yoochang Sung

0개의 댓글