Skip to content

DDD-Community/OPeace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Releases

No releases published

Packages

No packages published

Languages