From cd5f35df660134a67e925d5625d44218b861a8dc Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 11 Oct 2012 22:34:22 -0700 Subject: [PATCH] remove editor from git config, can't be cross platform --- gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 07b66f0..2af02ca 100644 --- a/gitconfig +++ b/gitconfig @@ -16,12 +16,11 @@ autosetupmerge = true [github] user = samsonjs - token = 04f822d719928ee8dd9b1f0dec23ac0c + token = xxx [core] quotepath = false whitespace = trailing-space,space-before-tab excludesfile = ~/config/gitignore - editor = subl -w [diff] mnemonicprefix = true renames = copies