I've been having a problem setting sublime text 2 as the core.editor with git. I've read through every post I could find addressing the problem, but still nothing is working for me. I am running windows.
I have done:
git config --global core.editor "'C:/Program Files/Sublime Text 2/sublime_text.exe'"
and tried that with various arguments like -m. When I open my .gitconfig, this is what is in there:
[user]
name = Spencer Moran
email = smoran02@gmail.com
[core]
editor = 'C:/Program Files/Sublime Text 2/sublime_text.exe'
If I go to git and type:
README.markdown --edit
the readme file opens in Notepad, not Sublime Text. Does anyone have any idea what I'm doing wrong or how I could fix this?
README.markdown --editin cmd.exe,gitisn't involved at all. Change your file associations in windows if you want that to work. – Mat Jan 21 at 7:58