Skip to content

Instantly share code, notes, and snippets.

View dmartinol's full-sized avatar

Daniele Martinoli dmartinol

  • Red Hat
  • Lombardy-Italy
  • 23:32 (UTC -12:00)
View GitHub Profile

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 [email protected]:<hash>.git     # or with ssh