๋ณ๊ฒฝ๋ Upstream branch๋ฅผ develop branch๋ก ๋ฎ์ด์์ฐ๊ธฐ (์ต์ ์ํ๋ฅผ pull)
- upstream์ remote๋ก ๋ฑ๋ก
- upstream ๋ด์ฉ fetch
- develop branch์ upstream ๋ณํฉ -> ์ฌ๊ธฐ๊น์ง ํ๋ฉด ๋ด ์ฝ๋๊ฐ ์ต์ ์ฝ๋๋ก ๋ฐ๋
- ๋ค์ ์์ ์ ์ํด ์ง๊ธ develop branch๋ฅผ push
git remote add upstream "upstream git ์ฃผ์"
git fetch upstream
git merge upstream/develop
git push origin develop
(merge๋ upstream์ด ์ต์ ์ํ๊ฐ ๋์๋ค๋ ๋ป, ๋์ ํ์ ์๋ค์ ์ด ์ต์ ์ upstream์ ๋ค์ pull๋ฐ์ ์ต์ ํ๊ฒฝ์์ ์๋กญ๊ฒ ์์ ํด์ผํจ)
๊น ๋ธ๋์น ์ข ๋ฅ ์ค๋ช ๊ธ(๋์ค์ ๋ค์ ๋ณด๊ธฐ): gmlwjd9405.github.io/2018/05/11/types-of-git-branch.html
728x90