git ์ดˆ๊ธฐ ์„ค์ •

2022. 3. 15. 20:51

git version ํ™•์ธ

git --version

 

๊ฐœํ–‰ ๋ฌธ์ž(Newline) ์„ค์ •

# windows
git config --global core.autocrlf true

# macOS
git config --global core.autocrlf input

 

์‚ฌ์šฉ์ž ์ •๋ณด ์„ค์ •ํ•˜๊ธฐ 

git config --global user.name '์‚ฌ์šฉ์ž ์ด๋ฆ„'
git config --global user.email '์‚ฌ์šฉ์ž ์ด๋ฉ”์ผ'

 

ํ™•์ธํ•˜๊ธฐ

# Qํ‚ค ๋ˆŒ๋Ÿฌ์„œ ์ข…๋ฃŒ
git config --global --list

 

728x90

BELATED ARTICLES

more