git clone https://github.com/<myusername>/<myrepo>
git add my_changed_file.pde
This is how you add changes.
git commit -m “I did some work today”
git push --all
You can at any time see the status of the folder containing your assets with this command git status