0

When cloning a Github Gist, a local repository named after the gist uuid is created, and this repository contains the gist file:

+---myLocalRepo
    |
    \---uuid
        |
        \---file.md

Is there a way to skip the uuid and clone directly the gist (file.md)?

It would be easier to find and edit local files when working with many gists.

ecrin
  • 91
  • 1
  • 7

1 Answers1

3

git clone <gist-link> <dir-name> will place the gist in 'dir-name'