-
Create a gist if you haven't already.
-
Clone your gist:
# make sure to replace `<hash>` with your gist's hash git clone https://gist.github.com/<hash>.git # with https git clone [email protected]:<hash>.git # or with ssh
-
Add your image to your gist's repository:
git add your-image.jpg
-
Commit the image:
git commit -m "Add image"
-
Update gist:
git push origin master
Forked from remarkablemark/how-to-add-image-to-gist.md
Created
October 11, 2017 15:39
-
-
Save troyfontaine/24fcee31e8c22cef567ad273c74cb7e9 to your computer and use it in GitHub Desktop.
How to add an image to a gist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe this has gone away - I can no longer push to a gist repo https://github.com/orgs/community/discussions/62203