Addfilesgithub - pisilinux/PisiLinux GitHub Wiki
-
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.