- Clone the repo:
git clone https://github.com/smithros/kpi-stuff.git
- Create your own branch:
git branch <branch_name>
- Perform your changes:
git add .
git commit -m "msg"
git push origin <branch-name>
- Create a pull request (easy to do in github UI).