From d737fb7b7ba0b86643695d537efe0a2e0de0c2ca Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 23 Jan 2014 22:01:45 -0500 Subject: [PATCH] git-up configuration --- home/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.gitconfig b/home/.gitconfig index 3b8d022..8a2c2d4 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -12,3 +12,6 @@ smu = submodule update --init --recursive [github] user = walkah +[git-up "bundler"] + check = true + autoinstall = true