エディタとして Atom を使う
- Atom をインストールしてく� さい。 詳しい情� �については、Atom の「Atom のインストール」のドキュメントを参照してく� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "atom --wait"
Visual Studio Code をエディターに使う
- Visual Studio Code (VS Code) をインストールします。 詳しい情� �については、VS Code のドキュメントの「VS Code の設定」をご覧く� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "code --wait"
エディタとして Sublime Text を使う
- Sublime Text をインストールします。 詳しい情� �については、Sublime Text の「インストール」のドキュメントを参照してく� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "subl -n -w"
エディタとして TextMate を使う
- TextMate をインストールします。
- TextMate の
mate
シェル ユーティリティをインストールします。 詳しい情� �については、TextMate のドキュメントで「mate
とrmate
」を参照してく� さい。 - [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "mate -w"
エディタとして Atom を使う
- Atom をインストールしてく� さい。 詳しい情� �については、Atom の「Atom のインストール」のドキュメントを参照してく� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "atom --wait"
Visual Studio Code をエディターに使う
- Visual Studio Code (VS Code) をインストールします。 詳しい情� �については、VS Code のドキュメントの「VS Code の設定」をご覧く� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "code --wait"
エディタとして Sublime Text を使う
- Sublime Text をインストールします。 詳しい情� �については、Sublime Text の「インストール」のドキュメントを参照してく� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"
エディタとして Notepad++ を使う
- https://notepad-plus-plus.org/ Notepad++ をインストールしてく� さい。 詳しい情� �については、Notepad++ の「概要」のドキュメントを参照してく� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
エディタとして Atom を使う
- Atom をインストールしてく� さい。 詳しい情� �については、Atom の「Atom のインストール」のドキュメントを参照してく� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "atom --wait"
Visual Studio Code をエディターに使う
- Visual Studio Code (VS Code) をインストールします。 詳しい情� �については、VS Code のドキュメントの「VS Code の設定」をご覧く� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "code --wait"
エディタとして Sublime Text を使う
- Sublime Text をインストールします。 詳しい情� �については、Sublime Text の「インストール」のドキュメントを参照してく� さい。
- [ターミナル][ターミナル][Git Bash] を開きます。
- 次のコマンドを入力します。
$ git config --global core.editor "subl -n -w"