About DDD 출석 앱
- Install tuist
curl -Ls https://install.tuist.io | bash
- Generate project
tuist clean // optional
make install // optional
make generate
-
Origin(main branch)
-
Origin(dev branch)
-
Local(feature branch)
-
Branch
-
Main
-
Dev
-
Feature
-
Fix
-
방법
-
- Pull the Dev branch of the Origin
-
- Make a Feature branch in the Local area
-
- Developed by Feature branch
-
- Push the Feature from Local to Origin
-
- Send a pull request from the origin's Feature to the Origin's Dev
-
- In Origin Dev, resolve conflict and merge
-
- Fetch and rebase Origin Dev from Local Dev