-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Abraham Armas Cordero edited this page Feb 13, 2019
·
3 revisions
We will Use GitFlow like Workflow so we have this types of branches:
- Master: Where there is all of our final knowledge, and there will be a commit every time we finish a topic
- Develop: Current WIP things that need to be reviewed before merging to master. we will do a merge here every time we finish our feature/User research and we consider to be ready for been explained to the rest of the gang
- Member: Each member can have a Branch for its own research (and every week they should do some research about the topic) and when they think it's ready to be legible or explained to others you can commit it to the Develop branch
- Local: Each member can be doing different research at the same time so those will be like features inside their own branch of feature so different investigations for the same user will use the feature branch as a develop to merge on.
IMPORTANT: Local branches can be pushed to the remote repository but, they should be more like a "try and error" type of branch so they shouldn't be needed to push to the remote repository so try to not use them as a sub-feature branch to have many investigations in process.