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.
其实我的意思是我们是否可以将这两个工具结合起来,
也就是说,我想在git中打开sublimetext,因为我们在git中使用vim来开发。
利用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"