From 86121403642b01184bdff6859f4788a50c7ece4d Mon Sep 17 00:00:00 2001 From: Tadeu Luis Pires Gaudio Date: Thu, 30 Aug 2012 11:37:26 -0300 Subject: [PATCH] The "escape" caracter "\" before the \ caracter is needed When a configure for windows ;) tested by me! --- Git.sublime-settings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Git.sublime-settings b/Git.sublime-settings index c9d69ea3..b88dcd9b 100644 --- a/Git.sublime-settings +++ b/Git.sublime-settings @@ -4,6 +4,8 @@ // if present, use this command instead of plain "git" // e.g. "/Users/kemayo/bin/git" or "C:\bin\git.exe" + // the settings for windows 7, use escape caracter "\" see ex: + // ,"git_command": "C:\\Program Files (x86)\\Git\\bin\\git.exe" ,"git_command": false // point this the installation location of git-flow