Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 2.11 KB

README.md

File metadata and controls

64 lines (49 loc) · 2.11 KB

OPeace

About DDD 앱 2팀 Opeace 앱

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

App Store

Download on the App Store

🐈‍⬛ 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