Skip to main content

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-10-12. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの向上、新機能の向上を図るために、最新バージョンの GitHub Enterprise にアップグレードします。 アップグレードに関するヘルプについては、GitHub Enterprise サポートにお問い合わせく� さい

Associating text editors with Git

Use a text editor to open and edit your files with Git.

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. Type this command:
    $ git config --global core.editor "code --wait"

Using Sublime Text as your editor

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. [ターミナル][ターミナル][Git Bash] を開きます。
  3. Type this command:
    $ git config --global core.editor "subl -n -w"

Using TextMate as your editor

  1. Install TextMate.
  2. Install TextMate's mate shell utility. For more information, see "mate and rmate" in the TextMate documentation.
  3. [ターミナル][ターミナル][Git Bash] を開きます。
  4. Type this command:
    $ git config --global core.editor "mate -w"

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. Type this command:
    $ git config --global core.editor "code --wait"

Using Sublime Text as your editor

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. [ターミナル][ターミナル][Git Bash] を開きます。
  3. Type this command:
    $ git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"

Using Notepad++ as your editor

  1. Install Notepad++ from https://notepad-plus-plus.org/. For more information, see "Getting started" in the Notepad++ documentation.
  2. [ターミナル][ターミナル][Git Bash] を開きます。
  3. Type this command:
    $ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

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. Type this command:
    $ git config --global core.editor "code --wait"

Using Sublime Text as your editor

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. [ターミナル][ターミナル][Git Bash] を開きます。
  3. Type this command:
    $ git config --global core.editor "subl -n -w"