You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
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.