https://github.com/ngatilio/CertEye
git checkout testversion
git pull
N.B: Never push without pulling the code, it will create a merge conflict
git add .
git commit -m "#ISSUE_ID <your message>
This will link the changes to the Git issue ISSUE_ID
git push
If it is the first time,
git push --set-upstream origin master
To push your code, send a pull request so that we can check your code before submitting it.