ドキュメントには頻繁に更新が加えられ、その都度公開されています。本ページの翻訳はまだ未完成な部分があることをご了承ください。最新の情報については、英語のドキュメンテーションをご参照ください。本ページの翻訳に問題がある場合はこちらまでご連絡ください。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2021-03-02. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてください。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してください。

Gist の作成

You can create two kinds of gists: public and secret. Create a public gist if you're ready to share your ideas with the world or a secret gist if you're not.

ここには以下の内容があります:

Gistについて

すべての Gist は Git のリポジトリであり、フォークしたりクローンしたりできます。 If you are signed in to GitHub Enterprise Server when you create a gist, the gist will be associated with your account and you will see it in your list of gists when you navigate to your gist home page, http(s)://[hostname]/gist or http(s)://gist.[hostname] if subdomains are enabled.

Gists can be public or secret. Public gists show up in Discover, http(s)://[hostname]/gist/discover or http(s)://gist.[hostname]/discover if subdomains are enabled, where people can browse new gists as they're created. それらのGistは検索もできるので、他の人々に自分の作業を探して見てもらうために使うこともできます。

Secret gists don't show up in Discover, http(s)://[hostname]/gist/discover or http(s)://gist.[hostname]/discover if subdomains are enabled and are not searchable. Secret gists aren't private. If you send the URL of a secret gist to a friend , they'll be able to see it. However, if someone you don't know discovers the URL, they'll also be able to see your gist. 好奇心の強い眼から自分のコードを守っておきたいなら、プライベートリポジトリを作成するとよいでしょう。

After creating a gist, you cannot convert it from public to secret.

サイト管理者がプライベートモードを無効化している場合は、匿名 Gist を使うこともできます。匿名 Gist はパブリックもしくはシークレットにできます。

警告: 匿名GistはWebブラウザーからは削除できません。 匿名Gistを削除するには、your site administratorに連絡してください。 削除したいGistのURLを提供してください。

通知は以下の場合に送られます:

  • あなたが Gist の作者である場合。
  • 誰かがあなたを Gist 中でメンションした場合。
  • いずれかの Gist の上部で [ Subscribe] をクリックして、Gist をサブスクライブした場合。

You can pin gists to your profile so other people can see them easily. 詳しい情報については、「プロフィールにアイテムをピン止めする」を参照してください。

You can discover public gists others have created by going to the gist home page, http(s)://[hostname]/gist or http(s)://gist.[hostname] if subdomains are enabled and clicking All Gists. こうすると、すべての Gist が作成時刻または更新時刻でソートされて表示されるページに行きます。 また、Gist は Gist Search, http(s)://[hostname]/gist/search or http(s)://gist.[hostname]/search if subdomains are enabled で言語ごとに検索できます。 Gist 検索はコード検索と同じ検索構文を使います。

Gist は Git リポジトリであるため、完全なコミット履歴を diff とともに表示させることができます。 Gist はフォークしたりクローンしたりすることもできます。 詳細は「Gist のフォークおよびクローン」を参照してください。

Gist の ZIP ファイルは、Gist の上部にある [Download ZIP] ボタンをクリックすればダウンロードできます。 Gist は blog ポストなど、JavaScript をサポートしているどのテキストフィールドにも埋め込むことができます。 埋め込みのコードを得るには、Gist の Embed URL の隣にあるクリップボードアイコンをクリックします。 特定の Gist ファイルを埋め込むには、Embed URL に?file=FILENAME を追加します。

Gist の作成

テキストファイルをデスクトップから直接 Gist エディターにドラッグアンドドロップすることもできます。

You can also create a gist using the GitHub CLI. For more information, see "gh gist create" in the GitHub CLI documentation.

  1. GitHub Enterprise Serverにサインインします。

  2. gist home page, http(s)://[hostname]/gist or http(s)://gist.[hostname] if subdomains are enabledに移動します。

  3. Gist の名前と説明 (任意) を入力します。

    Gist の名前と説明

  4. Gist のテキストを Gist テキストボックスに入力します。

    Gist テキストボックス

  5. Optionally, to create a public gist, click , then click Create public gist.

    Drop-down menu to select gist visibility

  6. Click Create secret Gist or Create public gist.

    Button to create gist