Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.17 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.17 KB

MOCO v2

CI/CD

study, project, mentoring platform

index

outline

Study, project, and mentoring platform used by programmers, planners, and designers



Gitflow

Describes JIRA-based gitflow

  1. Create a JIRA ticket before you start working.

  2. One ticket should preferably be a single commit.

  3. Keep the commit graph as simple as possible.

  4. Don't change the revision history of branches you share with each other.

  5. Make sure to get reviews from reviewers.

  6. merge your own pull requests.

gitGraph
    commit
    branch MOCO-01
    checkout MOCO-01
    commit
    commit
    checkout main
    merge MOCO-01
    branch MOCO-02
    checkout MOCO-02
    commit
    commit
    checkout main
    merge MOCO-02
    branch MOCO-03
    checkout MOCO-03
    commit
    commit
    checkout main
    merge MOCO-03
Loading

Architecture

aws-architecture