Git Routines
General
When we start new project, we should follow general Git routines:
- Create new repo in Github
- Create a master branch which you use to push to Github master and production repo
- Create a develpment branch which you use to push to Github development and staging repo
- Use dedicated branches for particular features, updates, bug fixes etc.