
git config [user.name]"(본인 이름)"
git config user.email "(본인 이메일)”
git config --global [user.name]"(본인 이름)"
git config --global user.email "(본인 이메일)”
git config (--global) --list
git config (--global) -e
git config --global core.editor "code --wait”
--wait : 에디터에서 수정하는 동안 CLI를 정지git config --global core.autocrlf (윈도우: true / 맥: input)
git config --global alias.(단축키) "명령어"
: Git 사용 중 모르는 부분이 있을 때 도움 받을 수 있는 기능
git help
git help -a
git (명령어) -h
git help (명령어)
git (명령어) --help
웹에서 열리지 않을 경우 끝에 -w