A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- 각자 브랜치를 판다.
git branch -M "브랜치 이름"
git checkout "브랜치 이름"
- 수정사항이 있으면 push 한다
git add .
git commit -m "커밋 이름"
git push -u origin "브랜치 이름"
- Pull request를 보낸다. 깃허브 레포 사이트 안에서 가능하다.
- Main 브랜치와의 충돌 사항이 없으면 merge한다. 충돌 사항 있을 경우, main과 비교하여 적절히 조정한다.
This is a Next.js project bootstrapped with create-next-app
.