프로젝트
⚠️ push 할 때 주의사항
반드시 git pull origin develop 후에 git push 진행할 것.
git pull origin develop
git push
git flow를 따르되 main, develop, feat/[기능] 브랜치만 사용.
WorkFlow
커밋 유형(type)은 소문자로 작성.
커밋 메세지는 한글로 작성.
예) git commit -m 'feat: Button 컴포넌트 생성'
git commit -m 'feat: Button 컴포넌트 생성'