如何配置 git 以在 sublime text 3 中打开相关的 COMMIT_EDITMSG?

How can I configure git to open the relevant COMMIT_EDITMSG in sublime text 3?

在 windows 机器上。

我有 运行 git:

config --global core.editor "[path to sublime_text.exe] -w" 

并且 sublime text 实际上在我提交时打开,但是它没有打开相关的 COMMIT_EDITMSG,而是打开了一个名为 "$@" 的新空白选项卡。然后我必须在保存之前在 sublime text 中打开正确的 COMMIT_EDITMSG

我希望有一种方法可以使用 sublime text 3 设置 git,这样我就可以跳过手动导航,并且每当我 运行 git提交。

您可以将 GitSavvy plugin for SublimeText3 - you can then do all this inside sublime - with lots of other benefits 安装到。