git config --global user.name "์ด๋ฆ" && git config --global user.email "์ด๋ฉ์ผ"
์ ์ค์ ํด์ค๋ค. GitHub ์์ด๋๊ฐ ์๋ ๊ฒฝ์ฐ ๋์ผํ๊ฒ ๊ธฐ์ ํ์
git config --global core.autocrlf input
(Mac),git config --global core.autocrlf true
(Window)๋ฅผ ๊ธฐ์ ํ๋ค- ์๋ ์ด์์ฒด์ ์ ๋ฐ๋ฅธ ๊ฐํ(Mac : LF / Window : CR, LF)์ ์ฐจ์ด๋ฅผ ์ฒ๋ฆฌํ๊ธฐ ์ํจ์ด๋ค
git config --global --edit
๋ฅผ ์ด์ฉํด ํด๋น ๋ด์ฉ์ ํ์ธํ๊ฑฐ๋ ์์ ํ ์ ์๋ค
- ์ค์ ์ ๋ง์น ๊ฒฝ์ฐ ์ํฉ์ ๋ฐ๋ผ
:q
(๋ณ๊ฒฝ ์์ด ๋๊ฐ๊ธฐ):q!
(๋ณ๊ฒฝ์ ์ ์ฅํ์ง ์๊ณ ๋๊ฐ๊ธฐ):wq
(๋ณ๊ฒฝ์ ์ ์ฅํ๊ณ ๋๊ฐ๊ธฐ)๋ฅผ ํด์ค๋ค
Terminal์์ ์์ ํ๋ ๊ฒ์ด ๋ถํธํ๋ค๋ฉด ๋ค๋ฅธ Editor๋ฅผ ์ฌ์ฉํ๋๋ก ์์ ํ ์ ์๋ค.
- Visual Studio Code๋ฅผ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ
git config --global core.editor "code --wait"
- Xcode๋ฅผ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ
git config --global core.editor "xed --wait"