From aaba57aa6147b6f31efe8b42878491563b29061f Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 16 Oct 2012 11:20:40 -0700 Subject: [PATCH] added global tracking to git --- git/gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index 4c177d9..2d4fc26 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -29,6 +29,8 @@ l = "!source ~/.githelpers && pretty_git_log" la = !git l --all - todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *' + todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *' [merge] tool = vimdiff +[push] + default = tracking