Breakout Rooms -- approx 5 people per room
Watch YouTube videos (from slides) first
Nominate a leader
Leader: Fork the lab project: https://github.com/KnowledgeHut-AWS/gitflow-lab-1 into your own github account
Invite your team members to collaborate on the project
All: Create a feature branch with your name in it (eg: ‘feature-1-abdul’) and add a file with your name and a .txt entension (put something in the file)
All: Use gitflow to get it into develop and release, and eventually master, in the parent repo
Leader: review changes with the whole team (share screen)
You can use the standard git tools, or git flow tools to do this: sudo apt-get install git-flow && git flow