Git Flow - Crown32/Onsular_Front GitHub Wiki
Here is used the git flow metod
Basically:
- Create a new branch based on what you're workin on based on this model -> feature/{taskName} or bug/{taskName}
- After the completion of the feature or bug you can create a pull request to the master for deploying it
- After the deploy you should delete the branch and start the same process