Git Flow
Git Flow


Go to https://vify.atlassian.net/ -> click to view the project

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


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