Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.91 KB

README.md

File metadata and controls

72 lines (51 loc) · 1.91 KB

DDD 출석앱

About DDD 출석 앱

Tuist Usage

  1. Install tuist
curl -Ls https://install.tuist.io | bash 
  1. Generate project
tuist clean // optional
make install // optional
make generate

기술 스택

  • iOS

    • Server
    • Design
    • VCS

🐈‍⬛ Git

1️⃣ Git branching Strategy

  • Origin(main branch)

  • Origin(dev branch)

  • Local(feature branch)

  • Branch

  • Main

  • Dev

  • Feature

  • Fix

  • 방법

    1. Pull the Dev branch of the Origin
    1. Make a Feature branch in the Local area
    1. Developed by Feature branch
    1. Push the Feature from Local to Origin
    1. Send a pull request from the origin's Feature to the Origin's Dev
    1. In Origin Dev, resolve conflict and merge
    1. Fetch and rebase Origin Dev from Local Dev

🧑🏻‍💻 팀원 소개

Developer

iOS