Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.23 KB

hackytalky12

A new Flutter project.

Getting Started

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.

Hackytalky12

github 협업 방식

  1. 각자 브랜치를 판다.
git branch -M "브랜치 이름"
git checkout "브랜치 이름"
  1. 수정사항이 있으면 push 한다
git add .
git commit -m "커밋 이름"
git push -u origin "브랜치 이름"
  1. Pull request를 보낸다. 깃허브 레포 사이트 안에서 가능하다.
  2. Main 브랜치와의 충돌 사항이 없으면 merge한다. 충돌 사항 있을 경우, main과 비교하여 적절히 조정한다.

This is a Next.js project bootstrapped with create-next-app.