git flow init
git pull origin <develop ๋ธ๋์น>
ํ์!git flow feature start <๋ธ๋์น์ด๋ฆ>
git add .
git commit -m "<๋ฉ์ธ์ง๋ด์ฉ>"
ํ ์คํgit flow feature publish <๋ธ๋์น์ด๋ฆ>
git pull origin <develop ๋ธ๋์น>
๋จผ์ ํ ํ ํด๋น ๋ช
๋ น์ด ์คํgit push origin <develop ๋ธ๋์น>
ํ์!git flow feature finish <๋ธ๋์น์ด๋ฆ>