Skip to content

Instantly share code, notes, and snippets.

View VoloshchenkoAl's full-sized avatar
🇺🇦

Alex VoloshchenkoAl

🇺🇦
View GitHub Profile
@VoloshchenkoAl
VoloshchenkoAl / how-to-add-image-to-gist.md
Created November 6, 2022 19:19 — forked from mroderick/how-to-add-image-to-gist.md
How to add an image to a gist

How to add an image to a gist

  1. Create a gist if you haven't already.
  2. 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 git@gist.github.com:<hash>.git     # or with ssh