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

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

Git とのテキストエディタの関連付け

テキストエディタを使って Git でファイルを開いたり編集したりしてく� さい。

エディタとして Atom を使う

  1. Atomをインストールします。 詳しい情� �については、Atomのドキュメンテーションの「Atomのインストール」を参照してく� さい。
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "atom --wait"

Using Visual Studio Code as your editor

  1. Install Visual Studio Code (VS Code). For more information, see "Setting up VS Code" in the VS Code documentation.
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "code --wait"

エディタとして Sublime Text を使う

  1. Sublime Text をインストールします。 詳細は、Sublime Text のドキュメンテーションの「インストール」を参照してく� さい。
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "subl -n -w"

エディタとして TextMate を使う

  1. TextMate をインストールします。
  2. TextMate の mate のシェルユーティリティをインストールします。 For more information, see "mate and rmate" in the TextMate documentation.
  3. ターミナルターミナルGit Bashを開いてく� さい。
  4. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "mate -w"

エディタとして Atom を使う

  1. Atomをインストールします。 詳しい情� �については、Atomのドキュメンテーションの「Atomのインストール」を参照してく� さい。
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "atom --wait"

Using Visual Studio Code as your editor

  1. Install Visual Studio Code (VS Code). For more information, see "Setting up VS Code" in the VS Code documentation.
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "code --wait"

エディタとして Sublime Text を使う

  1. Sublime Text をインストールします。 詳細は、Sublime Text のドキュメンテーションの「インストール」を参照してく� さい。
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"

エディタとして Notepad++ を使う

  1. https://notepad-plus-plus.org/ から Notepad++ をインストールします。 詳細は、Notepad++ のドキュメンテーションで「Getting started」を参照してく� さい。
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

エディタとして Atom を使う

  1. Atomをインストールします。 詳しい情� �については、Atomのドキュメンテーションの「Atomのインストール」を参照してく� さい。
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "atom --wait"

Using Visual Studio Code as your editor

  1. Install Visual Studio Code (VS Code). For more information, see "Setting up VS Code" in the VS Code documentation.
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "code --wait"

エディタとして Sublime Text を使う

  1. Sublime Text をインストールします。 詳細は、Sublime Text のドキュメンテーションの「インストール」を参照してく� さい。
  2. ターミナルターミナルGit Bashを開いてく� さい。
  3. 以下のコマンドを入力してく� さい:
    $ git config --global core.editor "subl -n -w"