- git checkout master
- git pull origin master
- git checkout -b (name of branch creating)
- git add .
- git commit -m "Commit message providing details of what was added and why"
- git push origin (name of branch)
This then opens a PR which will be checked before being merged with the master branch