git config --global -e

mohadang·2023년 6월 25일
0

Git

목록 보기
13/16
post-thumbnail

git config --global -e 실행하면 git global 설정을 에디터로 수정 할 수 있다

편집기를 vscode로 지정

git config --global -e "code -wait"

줄바꿈 문자열(캐리지 리턴) 자동으로 설정
windows : true
mac, linux : input

git config --global core.autocrlf input

alias 설정, st 만 입력하면 status가 자동으로 입력됨

git config --global alias.st status

profile
mohadang

0개의 댓글