git clone https://github.com/bellatrixdatacommunity/mini-projects.git
cd mini-projects
cd <your-project>
git checkout -b "<your-branch>"
Add a file, work with your team, and all the cool features you learnt and want to implement
git add .
git commit -m "<commit message>"
git push origin "<your-branch>"