You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Melthing-Brain Main branch에는 merge 금지
merge시에는 dev brach(default)에 merge
원본repo를 remote repo로 Fork한 후
remote repo에서 원본 repo로 push 및 PR
branch명 -feat/기능이름 : 기능 구현시 해당 branch명으로 branch를 따서 작성
ex) 로그인 구현시 해당 branch로 작성 feat/signin -fix-bug/기능이름 : 버그 수정시 해당 branch명으로 branch를 따서 수정
ex) 로그인 페이지 버그 수정시 fix-bug/signin
주의사항
브런치 새로 만들었을 경우 원본 repo와 싱크 맞추고 remote repo에 push 하기
git pull [remote] [dev]
git push [remote명] [branch]
만약 npm install한게 있으면 merge하고 PR할때 반드시 npm install 다시 해야한다고 명시해주기
The text was updated successfully, but these errors were encountered:
Melthing-Brain Main branch에는 merge 금지
merge시에는 dev brach(default)에 merge
원본repo를 remote repo로 Fork한 후
remote repo에서 원본 repo로 push 및 PR
branch명
-feat/기능이름 : 기능 구현시 해당 branch명으로 branch를 따서 작성
ex) 로그인 구현시 해당 branch로 작성 feat/signin
-fix-bug/기능이름 : 버그 수정시 해당 branch명으로 branch를 따서 수정
ex) 로그인 페이지 버그 수정시 fix-bug/signin
주의사항
브런치 새로 만들었을 경우 원본 repo와 싱크 맞추고 remote repo에 push 하기
git pull [remote] [dev]
git push [remote명] [branch]
만약 npm install한게 있으면 merge하고 PR할때 반드시 npm install 다시 해야한다고 명시해주기
The text was updated successfully, but these errors were encountered: