Tagged Questions
0
votes
2answers
423 views
Git editor error
I get following error message, when I try to run git rebase -i for squashing my commit:
/usr/libexec/git-core/git-sh-setup: line 112: mate: command not found
How does git look for the editor?
From ...
27
votes
3answers
9k views
Git config core.editor — how to make sublime text the default editor for git on Windows
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 ...