git clone git@github.com:hsgr/creative-coding.gitgit status # ask if there are any changes in your files
git add . # add changes to stage - or file name
git commit -m 'name of commit'
git push # upload to github //
# git push origin mastergit pull origin master # update your repo and propose changes