study, project, mentoring platform
Study, project, and mentoring platform used by programmers, planners, and designers
Describes JIRA-based gitflow
-
Create a JIRA ticket before you start working.
-
One ticket should preferably be a single commit.
-
Keep the commit graph as simple as possible.
-
Don't change the revision history of branches you share with each other.
-
Make sure to get reviews from reviewers.
-
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