Usage of development branch
After project goes live, there are few fixes that needs to be implemented in this work flow.
- First of all we need to create 'development' branch:
git branch development origin/master
- Now, connect this branch into staging environment. Assuming that our host provider is wpengine, you should push development branch into it as follows:
$ git push staging development