Git Flow - Crown32/Onsular_Front GitHub Wiki

Here is used the git flow metod

Basically:

  1. Create a new branch based on what you're workin on based on this model -> feature/{taskName} or bug/{taskName}
  2. After the completion of the feature or bug you can create a pull request to the master for deploying it
  3. After the deploy you should delete the branch and start the same process