From 2ff431a6ff3d8a078e39a7c44634745f4dabd1e2 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 12 Jul 2016 08:05:52 -0700 Subject: [PATCH] [git] sparecheckout=true --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 1bb0638..cf07cc8 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,6 +9,7 @@ excludesfile = /Users/alpha/.gitignore quotepath = false pager = diff-so-fancy | less --tabs=4 -RFX + sparecheckout = true [alias] g = grep --break --heading --line-number standup = "!git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`"