Git Flow

Git Flow


  • Manage the dashboard of the project


  • View an issue -> Assign you to that issue


  • Create a branch to dev


  • Checkout to branch


  • Write code & commit -> Push code & Create Merge request

Create merge request to develop

  • Wait for CI to run complete or check the error -> fix bug and push commit to merged request


  • Testing the feature after the merge request CI run is complete

Last updated