-
Notifications
You must be signed in to change notification settings - Fork 1
๐ค Git Branch ์ ๋ต
Do Hyeon Seok edited this page Sep 21, 2024
·
1 revision
OverClean์ Git Flow ์ ๋ต์ ์ฌ์ฉํ๊ณ ์์ต๋๋ค.
- ์์ ์ ์ ํ๋์ด์ผ ํ ๊ณผ์ ์ ๋ค์๊ณผ ๊ฐ์ต๋๋ค.
1. Issue๋ฅผ ์์ฑํ์ฌ ์๋ก์ด ์์
์ ์์ํ ์ค๋น๋ฅผ ํ๋ค.
2. develop branch์์ feature Branch๋ฅผ ์์ฑํ๋ค.
3. Add - Commit - Push - Pull Request ์ ๊ณผ์ ์ ๊ฑฐ์น๋ค.
4. Pull Request๊ฐ ์์ฑ๋๋ฉด ์์ฑ์ ์ด์ธ์ ๋ค๋ฅธ ํ์์ด Code Review๋ฅผ ํ๋ค.
5. Code Review๊ฐ ์๋ฃ๋๋ฉด Pull Request ์์ฑ์๊ฐ develop Branch๋ก merge ํ๋ค.
6. mergeํ, feature branch๋ ์ญ์ ํ๋ค.
7. merge๋ ์์
์ด ์์ ๊ฒฝ์ฐ, ๋ค๋ฅธ branch์์ ์์
์ ์งํ ์ค์ด๋ ๊ฐ๋ฐ์๋ ๋ณธ์ธ์ ๋ธ๋์น๋ก merge๋ ์์
์ Pull ๋ฐ์์จ๋ค.