Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Addfilesgithub

Richard edited this page Dec 12, 2013 · 1 revision
  • First update your local files: git pull

  • When you have build your pspec.xml and actions.py or you have made a correction from a package you must add the file to the GitHub with this command: git add filename

  • Now you have to commit the file(s) with a description of the commit: git commit -m 'describe update'

  • Upload the commit or in other words push the commit to the github server: git push origin master

Note: It could be that meanwhile the github has changed, then you must type: git pull before you can push it to the github server.