Git Basics

To fork:

git clone URLgoeshere.git

To add and upload:

git add *.png 
git commit -m "enter some text"
git push origin master