728x90
๋ฐ์ํ
SMALL
์ธํ ๋ฆฌ์ ์ด๋ฅผ ์ฌ์ฉํด ๊ฐ์ธ๊ณผ ํ์ฌ์ 2๊ฐ Github ๊ณ์ ์ ๋ํ version control์ ์งํํ๋ฉฐ ํ๋ก์ ํธ์ ํด๋ก ๋ฑ์ ๊ฐํธํ๊ฒ ์ฌ์ฉํ๊ณ ์์ต๋๋ค. ํด๋ก ์ดํ, ํ๋ก์ ํธ์ ๋ํด ์ปค๋ฐ-ํธ์ ์์ ์ด ์ด์ด์ง๋ ๊ณผ์ ํ์ฌ์ ํ๋ก์ ํธ์ ๊ฐ์ธ์ ๊ณ์ ์ผ๋ก ํธ์๊ฐ ์งํ๋๊ณ ์ด๋ ฅ์ด ๋จ๊ณ ์๋ค๋ ๊ฒ์ ์๊ฒ๋๊ณ ๋ ํ๋ก์ ํธ๋ง๋ค Git push๋ฅผ ํด์ฃผ๋ ๊ณ์ ์ ๋ณ๊ฒฝ-์ง์ ํด์ฃผ๋ ๋ฐฉ๋ฒ์ ์ฐพ์ ์ ๋ฆฌํฉ๋๋ค.
์์ฝ
1. ํ์ฌ ์ฐ๊ฒฐ๋ ๊ณ์ ์์๋ณด๊ธฐ
2. ํฌ๋งํ๋ ๊ณ์ ์ผ๋ก ๋ณ๊ฒฝํ๊ธฐ
์์ธ
1. ํ์ฌ ์ฐ๊ฒฐ๋ ๊ณ์ ์์๋ณด๊ธฐ
# ํ์ฌ ๊ณ์ ์ ๋๋ค์(์ด๋ฆ) ์์๋ณด๊ธฐ
git config user.name
# ํ์ฌ ๊ณ์ ์ ์ด๋ฉ์ผ ์์๋ณด๊ธฐ
git config user.email
2. ํฌ๋งํ๋ ๊ณ์ ์ผ๋ก ๋ณ๊ฒฝํ๊ธฐ
# ํฌ๋งํ๋ ๊ณ์ ์ ๋๋ค์(์ด๋ฆ)์ผ๋ก ๋ณ๊ฒฝํด์ฃผ๊ธฐ
git config --global user.name ํฌ๋ง์ด๋ฆ
# ํฌ๋งํ๋ ๊ณ์ ์ ์ด๋ฉ์ผ๋ก ๋ณ๊ฒฝํด์ฃผ๊ธฐ
git config --global user.email ํฌ๋ง์ด๋ฉ์ผ
(ex_ git config --global user.email ABC@ABC.com)
728x90
๋ฐ์ํ
LIST
'๐ป DEV > GitHub' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Github - git flow]Git Flow ์ ๋ต - squash merge (0) | 2024.08.06 |
---|---|
[Github] main branch๋ฅผ master ๋ก ๋ฐ๊พธ๊ณ default ๊ฐ ๋ณ๊ฒฝํ๊ธฐ (0) | 2024.08.02 |
[Github] ๋ง์ง๋ง commit ๋ ์ง ๋ณ๊ฒฝ(์์ ) (0) | 2022.06.09 |
๋๊ธ