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