What code storage repository you use? Github allows to use repos without knowing git. Can your site do it?
Name:
Anonymous2018-09-08 12:37
git add file: adds a new file to the repo git commit -a -m "message": makes a commit git push: pushes git pull: pulls That's all you need to know about git really.