From 928d8f7222233f103ec686ea8dc03d97efdaf00d Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Wed, 24 Jan 2018 21:18:42 +0300 Subject: [PATCH] add advice opt --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index c4a738e..699b168 100644 --- a/gitconfig +++ b/gitconfig @@ -11,6 +11,8 @@ ui = true [credential] helper = cache --timeout=3600 +[advice] + ignoredHook = false [push] default = simple [merge]