From b23e49c7151e893fc16fd03c932aee4911b078c4 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 15 Mar 2010 14:42:22 +0800 Subject: [PATCH] - Remove rebase option. --- .gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 6696284..c2c9622 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,8 +6,6 @@ st = status [color] ui = auto -[pull] - rebase = yes [user] email = darkkiller@gmail.com name = Gea-Suan Lin