Skip to content

Development Procedure

SAKURAI Hitohiro edited this page Apr 21, 2022 · 19 revisions

Step1: Fork and create the repository of Mata Elang to your PC

git clone -branch <BRANCH_NAME> <REPOSITORY_URL>

Referanse page : Using Git in GitHub Docs

Step2: Start Coding & Test

Step4: Commit

git push --set-upstream origin <BRANCH_NAME>
  • Make sure to add a comment when you commit
  • Please describe the changes in detail in the comments

>> Back to HOME