User:Cyrusty/Setting up git

From Organic Design wiki

git add . # add all files for committing

git commit -am "COMMIT MESSAGE" # commit the changes locally

git push origin master # push changes to the server