git workflow

master
develop
feature/”feature-name”
hotfix/”hot-fix-name”

feature is created from development and hotfix is created from master.

After created a feature branch ,take rebase from develop(git rebase staging) and
hotfix form master regularly so that the task is uptodate.

**If you dont than atleat create it after pull request conflict.

Leave a Reply

Your email address will not be published. Required fields are marked *