gh gist clone

gh gist clone <gist> [<directory>] [-- <gitflags>...]

克隆 GitHub Gist 到本地。

Gist 可以通过以下两种格式之一作为参数提供:

  • 通过 ID,例如 5b0e0062eb8e9654adad7bb1d81cc75f
  • 通过 URL,例如 https://gist.github.com/OWNER/5b0e0062eb8e9654adad7bb1d81cc75f

通过在 -- 后列出它们来传递其他 git clone 标志。

另请参阅