From fbd2a828e9c428c91b6393579dbad27eea29bb60 Mon Sep 17 00:00:00 2001 From: Dondi Date: Thu, 7 Mar 2013 10:24:49 -0800 Subject: [PATCH] What happens when an identical commit is made elsewhere * Also try to keep git commit messages to 50 chars --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 92defe9..ab8275e 100644 --- a/gitconfig +++ b/gitconfig @@ -5,7 +5,7 @@ user = user36634 [core] excludesfile = ~/.gitignore - editor = "subl" + editor = "vim" quotepath = false [branch] autosetupmerge = true