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.
実は、2つのツールを組み合わせることができるかどうかということです。
つまり、gitでvimを使用してdevを使用するときに、gitでsublimetextを開きたいということです。
使用するgit config --global core.editor
git config --global core.editor
MacでSublime Textが必要だと仮定しているので、コマンドは次のようになります。
git config --global core.editor "/Applications/Sublime\ Text\2.app/Contents/SharedSupport/bin/subl"