- Create a gist or reuse one of your gists.
- Clone your gist:
git clone https://gist.github.com/<username>/<hash>.git
- Add your image to your gist's repository:
git add my-image.jpg
- Commit the image:
git commit -m "adding my image to my gist"
- Update gist by pushing you modifications:
git push origin master