diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 0e78786..10a8b29 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -12,3 +12,6 @@ acnvp = "! acnvp() { git add . && git commit --no-verify -am \"$1\" && git push ; } ; acnvp" [submodule] recurse = true +[advice] + ignoredHook = false +