Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SOエントリごとにエディタを設定します:msysgit / gitkを使用してDiffMergeを設定するにはどうすればよいですか?。
デフォルトの編集プログラムに戻したいので、これを元に戻す方法を考えています。
gitconfigの実行方法によって異なります...
git config --unset core.editor
または
git config --global --unset core.editor