git clone [email protected]:hsgr/creative-coding.git
git 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 master
git pull origin master # update your repo and propose changes