git remote add origin [URL] // git remote add upstream [์๋ณธURL]
- github ์๋ณธ ๋ฆฌํฌ์งํ ๋ฆฌ ๋ฑ๋ก
git fetch upstream master
- .git ํ์ผ์ ๋ด๋ถ์ ์ผ๋ก ๊ฐ์ง๊ณ ์์
git rebase upstream/master
- rebase ์ง์
์์ ํ git add
git rebase --continue
- rebase ์๋ฃ
- remote๋ก add๋ก ์๋ณธ๋ฆฌํฌ URL ์ถ๊ฐ
- fetch๋ก ์๋ณธ๋ฆฌํฌ์งํ ๋ฆฌ ๋ณ๊ฒฝ์ฌํญ ์ ์ฌ
- rebase๋ก
rebase์ conflict <- ๊ฐ์ ํ์ผ๋ด์ ์์ ์ด ์ด๋ค์ง ๊ฒฝ์ฐ
[2] - line by line
-
info dump ๋ฑ์ ๋ช ๋ น
-
documentation ์ ๋น ์ ธ์๋๊ฒ(option ์ค๋ช ์ด ์๋ ๊ฒ)
-
example ๊ฐ์๊ฑฐ
-
๋ด๊ฐ ์ฐพ์๋๊ฐ๋ ๊ณผ์ !