๋ฐ์ํ
// 1. git ์ ์ฅ์๋ฅผ ์์ฑ(์ด๊ธฐํ)
git init
// 2. git ์๊ฒฉ ์ ์ฅ์ ์ฐ๊ฒฐ
git remote add origin https://github.com/~.git
// 3. ๋ธ๋์น ์์ฑ ํ ๋ฐ๋ก ์์ฑํ ๋ธ๋์น๋ก ์ด๋
git checkout -b ๋ธ๋์น ์ด๋ฆ
// 4. ๋ชจ๋ ๋ณ๊ฒฝ ์ฌํญ์ ๋ค์ commit์ ๋ฐ์
git add .
// 5. ๋ฉ์ธ์ง์ ํจ๊ป commit ํ๊ธฐ
git commit -m "์ด์ฉ๊ตฌ"
// 6. ์๊ฒฉ ์ ์ฅ์์ push ํ๊ธฐ
git push origin ๋ธ๋์น ์ด๋ฆ
๋ฐ์ํ
'Git' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Git] Git-flow (0) | 2021.11.05 |
---|---|
[Git] Fork (0) | 2021.11.05 |
Github vs GitLab (0) | 2021.10.22 |
SVN vs Git (0) | 2021.10.16 |
[Git] ๋ฆฌ๋ ์ค ๋ช ๋ น ์ฐ์ตํ๊ธฐ - ํฐ๋ฏธ๋ ์ฐฝ์์ ๋๋ ํฐ๋ฆฌ ์ด๋ํ๊ธฐ (0) | 2021.02.17 |
๋๊ธ